summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.h
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-04 12:02:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-04 12:02:53 +0000
commit4e5c98b81e00478f560fed1ae4ac4de6b5cc272d (patch)
tree83dff8501055cac219ed58bba9534c62157b6581 /mdk-stage1/tools.h
parent27059c3b4e2877a58e853c8048cf9bc59cff3d88 (diff)
downloaddrakx-4e5c98b81e00478f560fed1ae4ac4de6b5cc272d.tar
drakx-4e5c98b81e00478f560fed1ae4ac4de6b5cc272d.tar.gz
drakx-4e5c98b81e00478f560fed1ae4ac4de6b5cc272d.tar.bz2
drakx-4e5c98b81e00478f560fed1ae4ac4de6b5cc272d.tar.xz
drakx-4e5c98b81e00478f560fed1ae4ac4de6b5cc272d.zip
test_that_cd() is now image_has_stage2()
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 61d8c2725..df2910a73 100644
--- a/mdk-stage1/tools.h
+++ b/mdk-stage1/tools.h
@@ -31,6 +31,7 @@ void unset_param(int i);
int charstar_to_int(const char * s);
off_t file_size(const char * path);
int total_memory(void);
+int image_has_stage2();
int ramdisk_possible(void);
enum return_type copy_file(char * from, char * to, void (*callback_func)(int overall));
#ifndef MANDRAKE_MOVE