Removed unnecessary debug information and return values.

This commit is contained in:
Markus Makela
2014-11-25 14:47:50 +02:00
parent 3d50d8f117
commit 5eaf963ad4
2 changed files with 2 additions and 28 deletions

View File

@ -113,7 +113,7 @@ void skygw_logmanager_exit(void);
void skygw_log_done(void);
int skygw_log_write(logfile_id_t id, const char* format, ...);
int skygw_log_flush(logfile_id_t id);
int skygw_log_force_flush_all();
void skygw_log_force_flush_all(void);
int skygw_log_rotate(logfile_id_t id);
int skygw_log_write_flush(logfile_id_t id, const char* format, ...);
int skygw_log_enable(logfile_id_t id);