From 6e2c5057684a191c565220e6e41e561305b3a6ba Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 26 Jul 2007 12:47:09 +0000 Subject: - changed doAction() interface to contain the full message string - f_iov and its handling has been removed --- modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.h') diff --git a/modules.h b/modules.h index f78b1714..19695eba 100644 --- a/modules.h +++ b/modules.h @@ -77,7 +77,7 @@ typedef struct moduleInfo { struct {/* data for output modules */ /* below: perform the configured action */ - rsRetVal (*doAction)(); + rsRetVal (*doAction)(selector_t*, uchar*, void*); rsRetVal (*parseSelectorAct)(uchar**, selector_t*, void**); } om; } mod; -- cgit