diff options
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r-- | modutils/rmmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 22e864d..0a67b89 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c @@ -38,6 +38,7 @@ void filename2modname(char *modname, const char *afterslash); int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret); +int rmmod_main(int argc, char **argv); int rmmod_main(int argc, char **argv) { int n, ret = EXIT_SUCCESS; |