diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-03 11:12:36 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-03 11:12:36 +0000 |
commit | 1919403329dbfb567deabad3369a42b6509c3fa5 (patch) | |
tree | e607e217ae501e9ac8af4ca9619a4f573306a1c4 /plugins | |
parent | 3f31bf43660cb16136ae014d0b41bf84366c6a13 (diff) | |
download | rsyslog-1919403329dbfb567deabad3369a42b6509c3fa5.tar.gz rsyslog-1919403329dbfb567deabad3369a42b6509c3fa5.tar.xz rsyslog-1919403329dbfb567deabad3369a42b6509c3fa5.zip |
removed no longer necessary function prototype definitions
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ommysql/ommysql.h | 6 | ||||
-rw-r--r-- | plugins/ompgsql/ompgsql.h | 6 |
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: |