summaryrefslogtreecommitdiffhomepage
path: root/src/daemon.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2005-08-15 18:35:09 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2005-08-15 18:35:09 +0000
commit808bdbd1e9eab8e4fcd925442495d019b67f0b5a (patch)
treec3cf6f98c94ee722622abf51be0ac401dd6b4557 /src/daemon.c
parentc0299e1868312e623c9b2ec6646cc7d1a5fe0f69 (diff)
* [Indent] Fixed typedef Formatting
Added the list of tinyproxy typedefs to the indent command to have them formatted correctly as well.
Diffstat (limited to 'src/daemon.c')
-rw-r--r--src/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon.c b/src/daemon.c
index 9d4379a..c408620 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -1,4 +1,4 @@
-/* $Id: daemon.c,v 1.5 2005-08-15 03:54:31 rjkaes Exp $
+/* $Id: daemon.c,v 1.6 2005-08-15 18:35:09 rjkaes Exp $
*
* This file contains functions which are useful when writing a
* daemon process. The functions include a "makedaemon" function and
@@ -56,7 +56,7 @@ makedaemon(void)
* to handle signals sent to the process.
*/
signal_func *
-set_signal_handler(int signo, signal_func * func)
+set_signal_handler(int signo, signal_func *func)
{
struct sigaction act, oact;