X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.h;h=54879924954d0352d25cec928c1bcff9a6f9e58e;hp=989678df40e6b29a44ae8fb5491db05841d25bca;hb=HEAD;hpb=21c6e0b09b42e61e72b741bd726856ab0bcd1d64 diff --git a/daemon.h b/daemon.h index 989678df..54879924 100644 --- a/daemon.h +++ b/daemon.h @@ -11,8 +11,10 @@ void daemon_set_start_time(void); time_t daemon_get_uptime(const struct timeval *current_time); __malloc char *daemon_get_uptime_str(const struct timeval *current_time); void daemon_set_logfile(const char *logfile_name); +void daemon_set_hooks(void (*pre_log_hook)(void), void (*post_log_hook)(void)); void daemon_set_flag(unsigned flag); -void daemon_set_loglevel(const char *loglevel); +int daemon_get_loglevel(void); +void daemon_set_loglevel(int loglevel); bool daemon_init_colors_or_die(int color_arg, int color_arg_auto, int color_arg_no, bool logfile_given); void daemon_set_log_color_or_die(const char *arg);