diff options
author | Erik Troan <ewt@redhat.com> | 2001-10-17 01:56:24 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-10-17 01:56:24 +0000 |
commit | ca9870cb14ae6b7a85b062ca2a89caf979527ff0 (patch) | |
tree | 72ea1957b1fd1629aedc214b8461ed7aa515f6e8 /utils | |
parent | b14970b2825c0e05078b32a6e8fdaf41a32a1381 (diff) | |
download | anaconda-ca9870cb14ae6b7a85b062ca2a89caf979527ff0.tar.gz anaconda-ca9870cb14ae6b7a85b062ca2a89caf979527ff0.tar.xz anaconda-ca9870cb14ae6b7a85b062ca2a89caf979527ff0.zip |
more stubs
Diffstat (limited to 'utils')
-rw-r--r-- | utils/moddeps.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c index 41227ff5e..1662d7a96 100644 --- a/utils/moddeps.c +++ b/utils/moddeps.c @@ -7,10 +7,19 @@ #include "../isys/isys.h" #include "../loader/modules.h" -int extractModules(location, modName) { +int extractModules(int location, char * modName) { return 0; } +void scsiWindow(const char * foo) { +} + +void startNewt(int flags) { +} + +void newtPopWindow(void) { +} + int main(int argc, char ** argv) { poptContext optCon; char * modDepsFile = NULL; |