From fa67273c1644551b50919fa7879acfdc92e269bc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Mar 2008 08:06:16 +0000 Subject: - added RSYSLOGD_MODDIR environment variable - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin --- modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules.h') diff --git a/modules.h b/modules.h index 2a26d5e3..e354ae05 100644 --- a/modules.h +++ b/modules.h @@ -113,6 +113,7 @@ BEGINinterface(module) /* name must also be changed in ENDinterface macro! */ rsRetVal (*UnloadAndDestructDynamic)(void); rsRetVal (*doModInit)(rsRetVal (*modInit)(), uchar *name, void *pModHdlr); rsRetVal (*Load)(uchar *name); + rsRetVal (*SetModDir)(uchar *name); ENDinterface(module) #define moduleCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ -- cgit v1.2.3