summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/ommysql/ommysql.h6
-rw-r--r--plugins/ompgsql/ompgsql.h6
2 files changed, 0 insertions, 12 deletions
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:
diff --git a/plugins/ompgsql/ompgsql.h b/plugins/ompgsql/ompgsql.h
index 94a60c59..8285ac33 100644
--- a/plugins/ompgsql/ompgsql.h
+++ b/plugins/ompgsql/ompgsql.h
@@ -24,12 +24,6 @@
#ifndef OMPGSQL_H_INCLUDED
#define OMPGSQL_H_INCLUDED 1
-/* prototypes */
-/* prototypes will be removed as syslogd needs no longer to directly
- * call into the module!
- */
-rsRetVal modInitPgSQL(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()));
-
#endif /* #ifndef OMPGSQL_H_INCLUDED */
/*
* vi:set ai: