00001 #ifndef __HI_AD_H__ 00002 #define __HI_AD_H__ 00003 00004 #include <sys/types.h> 00005 00006 #include "hi_include.h" 00007 #include "hi_eo.h" 00008 00009 00010 typedef struct s_HI_ANOM_SERVER 00011 { 00012 HI_ANOM_SERVER_EVENTS event_list; 00013 00014 } HI_ANOM_SERVER; 00015 00016 int hi_server_anomaly_detection(void *S, u_char *data, int dsize); 00017 00018 #endif