00001 #ifndef _HLBR_TEST_UDP_CONTENT_H_ 00002 #define _HLBR_TEST_UDP_CONTENT_H_ 00003 00004 #include "../config.h" 00005 #include "../engine/hlbr.h" 00006 #include "test.h" 00007 00008 #define MAX_CONTENT_LEN 256 00009 00010 int InitTestUDPContent(); 00011 00012 #endif