00001 #ifndef HLBR_DIP_H 00002 #define HLBR_DIP_H 00003 00004 #include "../config.h" 00005 #include "../engine/hlbr.h" 00006 #include "route.h" 00007 00008 #define MAX_RDIPS 256 00009 00010 int InitRouteDIP(); 00011 int RouteDIPAdd(unsigned int DIP, int Interface); 00012 00013 00014 #endif