summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/modules.h b/src/base/modules.h
index 5ad0287..1437c52 100644
--- a/src/base/modules.h
+++ b/src/base/modules.h
@@ -30,7 +30,7 @@ typedef struct export_fce_s
#endif
int (*fce_getNetTypeGame)();
- int (*fce_loadDepModule)(void *name);
+ int (*fce_loadDepModule)(char *name);
#ifndef __WIN32__
void (*fce_addToExportFce)(char *name, void *function);
#else