From 48fd0e472a75a32e70fa1938c2279cf730282370 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 31 Jul 2007 13:02:23 +0000 Subject: - changed modInit() interface to contain pointer to host-function query method --- omdiscard.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'omdiscard.c') diff --git a/omdiscard.c b/omdiscard.c index 3a29d2d3..3b4d4a73 100644 --- a/omdiscard.c +++ b/omdiscard.c @@ -38,6 +38,8 @@ /* internal structures */ +DEF_OMOD_STATIC_DATA + typedef struct _instanceData { } instanceData; @@ -113,6 +115,7 @@ ENDqueryEtryPt BEGINmodInit(Discard) CODESTARTmodInit *ipIFVersProvided = 1; /* so far, we only support the initial definition */ +CODEmodInit_QueryRegCFSLineHdlr ENDmodInit /* * vi:set ai: -- cgit v1.2.3