From c029a912d39f82cefc305800b49c933f1789faee Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 10 May 2014 15:51:40 -0400 Subject: Move cdemu call interface and disk_ret helper code to disk.c. Signed-off-by: Kevin O'Connor --- src/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 74b58f4..493d01d 100644 --- a/src/util.h +++ b/src/util.h @@ -49,7 +49,6 @@ extern struct drive_s *cdemu_drive_gf; struct disk_op_s; int process_cdemu_op(struct disk_op_s *op); void cdrom_prepboot(void); -void cdemu_134b(struct bregs *regs); int cdrom_boot(struct drive_s *drive_g); // clock.c -- cgit v1.1