From c73f5e4e6922363cc7cbf4f39f236e310845f9b9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 18 Dec 2004 22:22:54 +0000 Subject: * build system update * doxygen update * add some SVN tags to some files * gcc 2.95 compatiblity * remove some compilation warnings * fix testd git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@69 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- src/dsignal.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/dsignal.h') diff --git a/src/dsignal.h b/src/dsignal.h index c777bb7..ef3342c 100644 --- a/src/dsignal.h +++ b/src/dsignal.h @@ -1,6 +1,9 @@ #ifndef foodaemonsignalhfoo #define foodaemonsignalhfoo +/* $Id$ */ + + /* * This file is part of libdaemon. * @@ -37,7 +40,7 @@ extern "C" { */ /** Installs signal handlers for the specified signals - * @param s, ... The signals to install handlers for. The list should be terminated by -1 + * @param s, ... The signals to install handlers for. The list should be terminated by 0 * @return zero on success, nonzero on failure */ int daemon_signal_init(int s, ...); -- cgit