summaryrefslogtreecommitdiffstats
path: root/loader2/modstubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/modstubs.h')
-rw-r--r--loader2/modstubs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/loader2/modstubs.h b/loader2/modstubs.h
index 0ea68bd12..cd80b600d 100644
--- a/loader2/modstubs.h
+++ b/loader2/modstubs.h
@@ -2,10 +2,8 @@
#define H_MODSTUBS
int ourInsmodCommand(int argc, char ** argv);
+int ourRmmodCommand(int argc, char ** argv);
int rmmod(char * modName);
int insmod(char * modName, char * path, char ** args);
-/* hack */
-int combined_insmod_main(int argc, char ** argv);
-
#endif