X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=29b00ed2aefd4e94201d8ce87f2fb1e429e24f12;hp=f06cf2f5a12d57015f3b66982a9aaab4f7e96622;hb=f652ce6afe7f6fd0e42814505234cbf4321a736e;hpb=65453788515cd5f4c905b518745b4dd7f6f2da10 diff --git a/daemon.c b/daemon.c index f06cf2f5..29b00ed2 100644 --- a/daemon.c +++ b/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2011 Andre Noll + * Copyright (C) 1997-2013 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) {