diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/moddeps.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c index bdecae560..a6239df35 100644 --- a/utils/moddeps.c +++ b/utils/moddeps.c @@ -10,6 +10,10 @@ void setFloppyDevice(int flags) { } +char *translateString(char *str) { + return NULL; +} + int extractModules(int location, char * modName) { return 0; } @@ -23,6 +27,18 @@ void startNewt(int flags) { void newtPopWindow(void) { } +void newtWinChoice(void) { +} + +void newtWinMessage(void) { +} + +void eject(void) { +} + +void winStatus(void) { +} + int main(int argc, char ** argv) { poptContext optCon; char * modDepsFile = NULL; |