/** Copyright (c) 2009 Open Information Security Foundation * * \author Breno Silva */ #ifndef __PCAP_LOG_ALERT_H__ #define __PCAP_LOG_ALERT_H__ void TmModulePcapLogRegister (void); OutputCtx *PcapLogInitCtx(ConfNode *); #endif /* __PCAP_LOG_ALERT_H__ */