From 38a2c24e6e576edb089ae74e48529015260e4dd8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 9 Mar 2005 14:49:35 +0000 Subject: move partition stuff in partition.c and common disk stuff in tools.c --- mdk-stage1/tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/tools.h') diff --git a/mdk-stage1/tools.h b/mdk-stage1/tools.h index 737b323c9..a4aedfea1 100644 --- a/mdk-stage1/tools.h +++ b/mdk-stage1/tools.h @@ -48,6 +48,8 @@ void add_to_env(char * name, char * value); char ** list_directory(char * direct); int string_array_length(char ** a); int kernel_version(void); +int try_mount(char * dev, char * location); +int get_disks(char *** names, char *** models); char * floppy_device(void); char * asprintf_(const char *msg, ...); int scall_(int retval, char * msg, char * file, int line); -- cgit v1.2.1