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 --- omshell.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'omshell.c') diff --git a/omshell.c b/omshell.c index 7aa66331..961078d4 100644 --- a/omshell.c +++ b/omshell.c @@ -45,6 +45,8 @@ /* internal structures */ +DEF_OMOD_STATIC_DATA + typedef struct _instanceData { uchar progName[MAXFNAME]; /* program to execute */ } instanceData; @@ -136,6 +138,7 @@ ENDqueryEtryPt BEGINmodInit(Shell) CODESTARTmodInit *ipIFVersProvided = 1; /* so far, we only support the initial definition */ +CODEmodInit_QueryRegCFSLineHdlr ENDmodInit /* -- cgit