Fix compiler warning about unused variable set by getch()
[emu8051.git] / src / hexfile.h
index 8bfb646..ea27f1f 100644 (file)
 #ifndef HEXFILE_H
 #define HEXFILE_H 1
 
+unsigned int
+Ascii2Hex(char *istring, int length);
 
 void
-LoadHexFile( const char *filename );
-
+LoadHexFile(const char *filename);
 
 #endif /* HEXFILE_H */