console_cmds.c
changeset 1093 e8d26c7dc42f
parent 1089 36d75679919a
child 1095 90220990fd7c
--- a/console_cmds.c	Sat Jan 22 19:41:30 2005 +0000
+++ b/console_cmds.c	Sat Jan 22 20:23:18 2005 +0000
@@ -140,7 +140,7 @@
 }
 
 extern bool SafeSaveOrLoad(const char *filename, int mode, int newgm);
-extern void BuildFileList();
+extern void BuildFileList(void);
 extern void SetFiosType(const byte fiostype);
 
 /* Load a file-number from current dir */
@@ -1167,7 +1167,7 @@
 /*  debug commands and variables */
 /* ****************************************** */
 
-void IConsoleDebugLibRegister()
+void IConsoleDebugLibRegister(void)
 {
 	// debugging variables and functions
 	extern bool _stdlib_con_developer; /* XXX extern in .c */