src/fios.h
changeset 6247 7d81e3a5d803
parent 6179 d19b0137d8e4
child 6248 e4a2ed7e5613
--- a/src/fios.h	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/fios.h	Wed Mar 07 11:47:46 2007 +0000
@@ -39,7 +39,7 @@
 /* Get a list of Heightmaps */
 FiosItem *FiosGetHeightmapList(int mode);
 /* Free the list of savegames */
-void FiosFreeSavegameList(void);
+void FiosFreeSavegameList();
 /* Browse to. Returns a filename w/path if we reached a file. */
 char *FiosBrowseTo(const FiosItem *item);
 /* Return path, free space and stringID */
@@ -49,7 +49,7 @@
 /* Make a filename from a name */
 void FiosMakeSavegameName(char *buf, const char *name, size_t size);
 /* Allocate a new FiosItem */
-FiosItem *FiosAlloc(void);
+FiosItem *FiosAlloc();
 
 int CDECL compare_FiosItems(const void *a, const void *b);