diff options
-rw-r--r-- | utils/moddeps.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c index 64aa7bc76..ba25b42b2 100644 --- a/utils/moddeps.c +++ b/utils/moddeps.c @@ -7,6 +7,10 @@ #include "../isys/isys.h" #include "../loader/modules.h" +int extractModule(location, modName) { + return 0; +} + int main(int argc, char ** argv) { poptContext optCon; char * modDepsFile = NULL; |