diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-28 19:51:57 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-28 19:51:57 +0000 |
commit | 13f701182c49f4931676a1850994c4e398553243 (patch) | |
tree | 501001fc279b7ff55e3771173cd6be60dc2c78c8 /utils/moddeps.c | |
parent | 6429f95aeffac054ab81732e1eb69cfb03795c25 (diff) | |
download | anaconda-13f701182c49f4931676a1850994c4e398553243.tar.gz anaconda-13f701182c49f4931676a1850994c4e398553243.tar.xz anaconda-13f701182c49f4931676a1850994c4e398553243.zip |
make a stub for the newt function that is in ../loader/modules.o
Diffstat (limited to 'utils/moddeps.c')
-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; |