From 4ce5705be57a10598775d14cc1b8a6296df9c653 Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 29 Nov 2008 12:08:25 +0000 Subject: Clean up usage of CHAR, Boolean, False, True in generic code --- ext2load/arcboot.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'ext2load/arcboot.h') diff --git a/ext2load/arcboot.h b/ext2load/arcboot.h index e65dc8c..deffaa8 100644 --- a/ext2load/arcboot.h +++ b/ext2load/arcboot.h @@ -8,17 +8,10 @@ #include /* loader.c */ -extern CHAR *OSLoadPartition; -extern CHAR *OSLoadFilename; -extern CHAR *OSLoadOptions; - -typedef enum { False = 0, True } Boolean; - -Boolean OpenFile(const char *partition, const char *filename, ext2_file_t* file); -void Fatal(const CHAR * message, ...); +int OpenFile(const char *partition, const char *filename, ext2_file_t* file); /* conffile.c */ -CHAR** ReadConfFile(char **partition, const char *filename, char* config); +char **ReadConfFile(char **partition, const char *filename, char* config); /* ext2io.c */ extern int arc_do_progress; -- cgit v1.2.3