X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=daemon.h;h=92b6ceaef3ced176371f0752b53dadea8d2f80b8;hb=a0cd2ac59b891751067512dce77cf6223104932f;hp=b530b0d76b48b673fd7ae7626c48a6dd91ab7751;hpb=f0b8296a0635e74aaa58767e513eed226504ec34;p=paraslash.git diff --git a/daemon.h b/daemon.h index b530b0d7..92b6ceae 100644 --- a/daemon.h +++ b/daemon.h @@ -13,7 +13,7 @@ __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); +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);