From 287245dab721c6049a946dffb32152fc2839c015 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 22 Oct 2003 19:17:52 +0000 Subject: handle "boot" clp and "main" clp. passing argument "live" can force to not use the clp in favor of live tree. --- mdk-stage1/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/tools.h') diff --git a/mdk-stage1/tools.h b/mdk-stage1/tools.h index c6c9aea14..9da8c3445 100644 --- a/mdk-stage1/tools.h +++ b/mdk-stage1/tools.h @@ -28,7 +28,7 @@ void process_cmdline(void); int get_param(int i); void set_param(int i); void unset_param(int i); -int charstar_to_int(char * s); +int charstar_to_int(const char * s); int total_memory(void); int ramdisk_possible(void); char * get_ramdisk_realname(void); -- cgit v1.2.1