From f97c90d12b9ae64a64cde84bb3fa3ca5ee207838 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 24 Jul 2007 09:45:19 +0000 Subject: moved discard functionality to an output module --- modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules.h') diff --git a/modules.h b/modules.h index a57e99a7..98e60c1a 100644 --- a/modules.h +++ b/modules.h @@ -53,6 +53,7 @@ typedef struct moduleInfo { rsRetVal (*modInit)(int, int*, rsRetVal(**)()); /* initialize the module */ /* be sure to support version handshake! */ rsRetVal (*modQueryEtryPt)(uchar *name, rsRetVal (**EtryPoint)()); /* query entry point addresses */ + rsRetVal (*isCompatibleWithFeature)(syslogFeature); rsRetVal (*freeInstance)(struct filed*);/* called before termination or module unload */ rsRetVal (*modExit)(); /* called before termination or module unload */ /* below: parse a configuration line - return if processed -- cgit