X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=7f71017540455d716574ce831cf6b02773b5e71a;hp=f06cf2f5a12d57015f3b66982a9aaab4f7e96622;hb=483d3140040f27f53082d8d4a7052ee0421aa2b3;hpb=ef1f130a1f9ac61a51da10ee56c5bd9ef1b52366 diff --git a/daemon.c b/daemon.c index f06cf2f5..7f710175 100644 --- a/daemon.c +++ b/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2011 Andre Noll + * Copyright (C) 1997-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,7 +11,6 @@ #include /* getgrnam() */ #include #include -#include #include #include "para.h" @@ -66,8 +65,6 @@ void daemon_set_default_log_colors(void) * \param arg The loglevel/color specifier. * * \a arg must be of the form "ll:[fg [bg]] [attr]". - * - * \return 1 On success, -1 on errors. */ void daemon_set_log_color_or_die(char const *arg) {