00001 #ifndef _HEXFILE_H_ 00002 #define _HEXFILE_H_ 00003 00004 /* 00005 * $Id: hexfile.h,v 1.2 2003/01/24 12:01:21 przemko Exp $ 00006 */ 00007 00008 /* 00009 * $Log: hexfile.h,v $ 00010 * Revision 1.2 2003/01/24 12:01:21 przemko 00011 * Obciecie dosowych znakow konca lini 00012 * 00013 * Revision 1.1.1.1 2002/12/07 07:16:51 marwi 00014 * 00015 * 00016 */ 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00022 00023 extern int ReadIntel(char *name, u_char *mem); 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif