#include "detect-engine-iponly.h"
#include "app-layer-detect-proto.h"
+/* Table with all SigMatch registrations */
+SigTableElmt sigmatch_table[DETECT_TBLSIZE];
+
extern int sc_set_caps;
static void SigMatchTransferSigMatchAcrossLists(SigMatch *sm,
} DetectEngineMasterCtx;
/* Table with all SigMatch registrations */
-SigTableElmt sigmatch_table[DETECT_TBLSIZE];
+extern SigTableElmt sigmatch_table[DETECT_TBLSIZE];
/** Remember to add the options in SignatureIsIPOnly() at detect.c otherwise it wont be part of a signature group */