From 1919403329dbfb567deabad3369a42b6509c3fa5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 3 Dec 2007 11:12:36 +0000 Subject: removed no longer necessary function prototype definitions --- plugins/ommysql/ommysql.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/ommysql') diff --git a/plugins/ommysql/ommysql.h b/plugins/ommysql/ommysql.h index a8179bf7..d8d2d538 100644 --- a/plugins/ommysql/ommysql.h +++ b/plugins/ommysql/ommysql.h @@ -24,12 +24,6 @@ #ifndef OMMYSQL_H_INCLUDED #define OMMYSQL_H_INCLUDED 1 -/* prototypes */ -/* prototypes will be removed as syslogd needs no longer to directly - * call into the module! - */ -rsRetVal modInitMySQL(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)())); - #endif /* #ifndef OMMYSQL_H_INCLUDED */ /* * vi:set ai: -- cgit