00001 #ifndef _HLBR_PARSE_CONFIG_H_ 00002 #define _HLBR_PARSE_CONFIG_H_ 00003 00004 #include "../config.h" 00005 #include "hlbr.h" 00006 #include <stdio.h> 00007 00008 int ParseConfig(); 00009 int GetLine(FILE* fp, char* buff, int buff_len); 00010 00011 #endif