summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-18 12:00:04 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-18 12:00:04 +0000
commit44aa510b36ea451da6a21d7c6d6aa7a9870684f2 (patch)
treeba0ef0ce0c3052ab86f907ba17cc73e4e7de3be7 /mdk-stage1/tools.h
parente5b4ea994b4cf66d418494d33abd89300d291c6d (diff)
downloaddrakx-44aa510b36ea451da6a21d7c6d6aa7a9870684f2.tar
drakx-44aa510b36ea451da6a21d7c6d6aa7a9870684f2.tar.gz
drakx-44aa510b36ea451da6a21d7c6d6aa7a9870684f2.tar.bz2
drakx-44aa510b36ea451da6a21d7c6d6aa7a9870684f2.tar.xz
drakx-44aa510b36ea451da6a21d7c6d6aa7a9870684f2.zip
nice handle of automatic mode for cdrom install
Diffstat (limited to 'mdk-stage1/tools.h')
-rw-r--r--mdk-stage1/tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/tools.h b/mdk-stage1/tools.h
index 7f34c8c5d..e91c4acf5 100644
--- a/mdk-stage1/tools.h
+++ b/mdk-stage1/tools.h
@@ -27,6 +27,7 @@
void process_cmdline(void);
int get_param(int i);
void set_param(int i);
+void unset_param(int i);
int total_memory(void);
int ramdisk_possible(void);
enum return_type load_ramdisk(void);