From 51bb02e3cdb7ddf8d19120804d2c13c7acebe9ce Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 22 Feb 2008 07:24:15 +0000 Subject: applied patch by varmojfekoj to allow gssapi functionality to be build as a separate plugin (so that gssapi and plain tcp functionality can be individually distributed). Also inclulded some other enhancements, most importantly initial compatibility mode system --- modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules.h') diff --git a/modules.h b/modules.h index c3de45d2..759483c2 100644 --- a/modules.h +++ b/modules.h @@ -91,6 +91,7 @@ typedef struct moduleInfo { /* prototypes */ rsRetVal doModInit(rsRetVal (*modInit)(), uchar *name, void *pModHdlr); +modInfo_t *modGetNxt(modInfo_t *pThis); modInfo_t *modGetNxtType(modInfo_t *pThis, eModType_t rqtdType); uchar *modGetName(modInfo_t *pThis); uchar *modGetStateName(modInfo_t *pThis); -- cgit