/** Copyright (c) 2009 Open Information Security Foundation * * \author Breno Silva */ #ifndef __ALERT_UNIFIED2_ALERT_H__ #define __ALERT_UNIFIED2_ALERT_H__ #define UNIFIED2_PACKET_FLAG 1 #define UNIFIED2_BLOCKED_FLAG 0x20 void TmModuleUnified2AlertRegister (void); #endif /* __ALERT_UNIFIED2_ALERT_H__ */