summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-12 22:46:50 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-12 22:46:50 +0000
commita22c56359677c75d8671d53c9d1c9a63409b7a19 (patch)
tree4b81e2aca13f67e44a095dffd1b01a6b732f33e6 /mdk-stage1/modules.h
parent337771650fe20f2661eed86c7594f5fe17503397 (diff)
downloaddrakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar.gz
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar.bz2
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar.xz
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.zip
- add load of third party modules in Expert mode (PS rulz)
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index 74ecc8a57..b1c921b01 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -22,7 +22,6 @@ void init_modules_insmoding(void);
int my_insmod(const char * mod_name, enum driver_type type, char * options);
enum return_type ask_insmod(enum driver_type);
-
struct module_deps_elem {
char * name;
char ** deps;