From 7234d1b90c3a62740cf89931341cfb2d04ded1c0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Dec 2004 13:13:35 +0000 Subject: create unset_automatic() --- mdk-stage1/tools.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/tools.h') diff --git a/mdk-stage1/tools.h b/mdk-stage1/tools.h index bd4dc7683..3e0213a17 100644 --- a/mdk-stage1/tools.h +++ b/mdk-stage1/tools.h @@ -28,6 +28,7 @@ void process_cmdline(void); int get_param(int i); void set_param(int i); void unset_param(int i); +void unset_automatic(void); int charstar_to_int(const char * s); off_t file_size(const char * path); int total_memory(void); -- cgit v1.2.1