From f5103f9c94144195892f27cd8807fbe8a6f90f67 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 25 Oct 2002 15:40:55 +0000 Subject: [PATCH] New IOCTL Call. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@418 --- include/dos_inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dos_inc.h b/include/dos_inc.h index be86aea8..48bc6aba 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -123,7 +123,7 @@ bool DOS_GetFreeDiskSpace(Bit8u drive,Bit16u * bytes,Bit16u * sectors,Bit16u * c bool DOS_GetFileAttr(char * name,Bit16u * attr); /* IOCTL Stuff */ -bool DOS_IOCTL(Bit8u call,Bit16u entry); +bool DOS_IOCTL(void); bool DOS_GetSTDINStatus(); Bit8u DOS_FindDevice(char * name); void DOS_SetupDevices(void);