summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index 5b08373e6..06a4856ae 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -115,6 +115,6 @@ void FiosMakeSavegameName(char *buf, const char *name, size_t size);
/* Determines type of savegame (or tells it is not a savegame) */
FiosType FiosGetSavegameListCallback(SaveLoadDialogMode mode, const char *file, const char *ext, char *title, const char *last);
-int CDECL compare_FiosItems(const void *a, const void *b);
+int CDECL CompareFiosItems(const FiosItem *a, const FiosItem *b);
#endif /* FIOS_H */