00001 #ifndef _HLBR_ACTION_ALERT_SYSLOG_H_ 00002 #define _HLBR_ACTION_ALERT_SYSLOG_H_ 00003 00004 #include "../config.h" 00005 #include "../engine/hlbr.h" 00006 #include "../engine/message.h" 00007 #include "action.h" 00008 #include <sys/syslog.h> 00009 00010 extern GlobalVars Globals; 00011 00012 int InitActionAlertSyslog(); 00013 00014 #endif /* _HLBR_ACTION_ALERT_SYSLOG_H_ */