00001 #ifndef _HLBR_MAIN_LOOP_H_ 00002 #define _HLBR_MAIN_LOOP_H_ 00003 00004 #include "../config.h" 00005 #include "hlbr.h" 00006 00007 int MainLoop(); 00008 int RouteAndSend(int); 00009 00010 #endif