summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index b276ce4ea..6c0d8adcd 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -25,5 +25,6 @@
void mlInitModuleConfig();
int mlLoadModule(const char * module, char ** args);
int mlLoadModuleSet(const char * modNames);
+void mlAddBlacklist(char *module);
void mlRemoveBlacklist(char *module);
#endif