summaryrefslogtreecommitdiff
path: root/src/child.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/child.h')
-rw-r--r--src/child.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/child.h b/src/child.h
index 2ae5b3d..eecf15e 100644
--- a/src/child.h
+++ b/src/child.h
@@ -1,4 +1,4 @@
-/* $Id: child.h,v 1.1 2002-05-26 18:45:26 rjkaes Exp $
+/* $Id: child.h,v 1.2 2004-08-10 21:24:23 rjkaes Exp $
*
* See 'child.c' for more information.
*
@@ -32,6 +32,6 @@ extern void child_close_sock(void);
extern void child_main_loop(void);
extern void child_kill_children(void);
-extern short int child_configure(child_config_t type, unsigned int val);
+extern short int child_configure(child_config_t type, int val);
#endif