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 --- omusrmsg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'omusrmsg.c') diff --git a/omusrmsg.c b/omusrmsg.c index 7d5c705e..8ee2f770 100644 --- a/omusrmsg.c +++ b/omusrmsg.c @@ -57,6 +57,8 @@ /* internal structures */ +DEF_OMOD_STATIC_DATA + typedef struct _instanceData { int bIsWall; /* 1- is wall, 0 - individual users */ char uname[MAXUNAMES][UNAMESZ+1]; @@ -319,6 +321,7 @@ ENDqueryEtryPt BEGINmodInit(UsrMsg) CODESTARTmodInit *ipIFVersProvided = 1; /* so far, we only support the initial definition */ +CODEmodInit_QueryRegCFSLineHdlr ENDmodInit /* -- cgit v1.2.3