summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-09 14:49:35 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-09 14:49:35 +0000
commit38a2c24e6e576edb089ae74e48529015260e4dd8 (patch)
treea86513865493ca80b1f4b8b8c3788fd2bd6ea655 /mdk-stage1/tools.h
parent4ab4217cad713d92578079af72594d8f1876bf0a (diff)
downloaddrakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.gz
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.bz2
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.xz
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.zip
move partition stuff in partition.c and common disk stuff in tools.c
Diffstat (limited to 'mdk-stage1/tools.h')
-rw-r--r--mdk-stage1/tools.h2
1 files changed, 2 insertions, 0 deletions
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);