summaryrefslogtreecommitdiffstats
path: root/utils/moddeps.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-26 05:16:32 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-26 05:16:32 +0000
commit0ec4673dc16f3f1d447ad6eb4536c9ce325ae60a (patch)
tree8ea785c4ed79d670fb252a2ca783e8b2728f8144 /utils/moddeps.c
parent41c96a94e654a81b852db1a732daa48421ffa499 (diff)
downloadanaconda-0ec4673dc16f3f1d447ad6eb4536c9ce325ae60a.tar.gz
anaconda-0ec4673dc16f3f1d447ad6eb4536c9ce325ae60a.tar.xz
anaconda-0ec4673dc16f3f1d447ad6eb4536c9ce325ae60a.zip
stubs, oh wonderful stubs
Diffstat (limited to 'utils/moddeps.c')
-rw-r--r--utils/moddeps.c16
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;