summaryrefslogtreecommitdiffhomepage
path: root/src/gameinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameinfo.h')
-rw-r--r--src/gameinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameinfo.h b/src/gameinfo.h
index eac5009..4948268 100644
--- a/src/gameinfo.h
+++ b/src/gameinfo.h
@@ -34,7 +34,7 @@ extern const os_char *gameinfo_serverlib; /* Absolute path to the server lib */
* spaghetti magic to figure out which game/engine we're in and where its
* libraries (which we want to hook) are located.
*/
-bool gameinfo_init(void *(*ifacef)(const char *, int *));
+bool gameinfo_init(void);
#endif