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 --- omfwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omfwd.h') diff --git a/omfwd.h b/omfwd.h index 66f7d224..b2ea5cc3 100644 --- a/omfwd.h +++ b/omfwd.h @@ -25,7 +25,7 @@ #define OMFWD_H_INCLUDED 1 /* prototypes */ -rsRetVal modInitFwd(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)()); +rsRetVal modInitFwd(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)())); #endif /* #ifndef OMFWD_H_INCLUDED */ /* -- cgit