Cleanup of autoconf files
[emu8051.git] / src / common / hexfile.h
index 329573e..d130e1c 100644 (file)
 #ifndef HEXFILE_H
 #define HEXFILE_H 1
 
+int
+asciihex2int_get_error(void);
+
 void
 int2asciihex(int val, char *str, int width);
 
-int
-asciihex2int(char *str);
-
 unsigned int
-Ascii2Hex(char *istring, int length);
+asciihex2int(char *str);
 
 int
-LoadHexFile(const char *filename);
+hexfile_load(const char *filename);
 
 #endif /* HEXFILE_H */