summaryrefslogtreecommitdiffstats
path: root/ommysql.h
diff options
context:
space:
mode:
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 */