--enable-ha --prefix=/home/rcombs/install --enable-debug
--enable-debug-msgs
-* examples/README explains how to build the example plugins.
+* extra/README explains how to build the example plugins.
* if you want to build the documentation, you will need to install
asciidoc. you will also need dblatex to build the pdf manual.
* SnortEventqAdd() and SnortEventLog() functions - whichalready route the events to
* the fpLogEvent()function.
*/
-SO_PUBLIC uint32_t GenerateSnortEvent(Packet *p, uint32_t gid, uint32_t sid)
+uint32_t GenerateSnortEvent(Packet *p, uint32_t gid, uint32_t sid)
{
OptTreeNode *otn;
RuleTreeNode *rtn;
#include <stdint.h>
#include "snort_types.h"
-SO_PUBLIC uint32_t GenerateSnortEvent(struct Packet *p, uint32_t gen_id, uint32_t sig_id);
+uint32_t GenerateSnortEvent(struct Packet *p, uint32_t gen_id, uint32_t sig_id);
#endif