summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/modules.h b/loader/modules.h
index a2c669e24..fc2a50f4e 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -8,7 +8,7 @@ void mlFreeList(moduleList list);
int mlLoadDeps(moduleDeps moduleDepList, const char * path);
moduleDeps mlNewDeps(void);
int mlLoadModule(struct moduleInfo * modInfo, moduleList modLoaded,
- moduleDeps modDeps);
+ moduleDeps modDeps, int testing);
char ** mlGetDeps(moduleDeps modDeps, const char * modName);
#endif