diff options
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index d04c7ff..c161515 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -823,7 +823,7 @@ static int mod_remove ( char *mod ) } -extern int modprobe_main(int argc, char** argv) +int modprobe_main(int argc, char** argv) { int rc = EXIT_SUCCESS; char *unused; |