From 13f701182c49f4931676a1850994c4e398553243 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 28 Apr 2000 19:51:57 +0000 Subject: make a stub for the newt function that is in ../loader/modules.o --- utils/moddeps.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils') 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; -- cgit