summaryrefslogtreecommitdiffstats
path: root/ommysql.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-24 14:53:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-24 14:53:23 +0000
commit6d231d5f159703bb13a2505e6de6c820a3ca05bc (patch)
treef3f1782ea0e1c85d7209b81234c40211b0053fc6 /ommysql.h
parent5cbb54ed6ad1934875b080286b9933400c817e85 (diff)
downloadrsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.tar.gz
rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.tar.xz
rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.zip
removed F_UNUSED and cleaned up action-disabling handling
Diffstat (limited to 'ommysql.h')
-rw-r--r--ommysql.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ommysql.h b/ommysql.h
index 7d828261..5ae065cb 100644
--- a/ommysql.h
+++ b/ommysql.h
@@ -29,11 +29,10 @@
/* prototypes will be removed as syslogd needs no longer to directly
* call into the module!
*/
-void initMySQL(register selector_t *f);
-void writeMySQL(register selector_t *f);
+//void initMySQL(register selector_t *f);
+rsRetVal writeMySQL(register selector_t *f);
void closeMySQL(register selector_t *f);
-void reInitMySQL(register selector_t *f);
-int checkDBErrorState(register selector_t *f);
+rsRetVal checkDBErrorState(register selector_t *f);
rsRetVal modInitMySQL(int iIFVersRequested, int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)());
#endif /* #ifdef WITH_DB */