Merge commit 'meins/master'
[paraslash.git] / signal.h
index 5df64c33f7e0a6b8a441efef82b04c355fc62a2d..68c0ae1fceb762c0fb278e064168c57f07ec147d 100644 (file)
--- a/signal.h
+++ b/signal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -23,3 +23,4 @@ int para_install_sighandler(int);
 void para_reap_children(void);
 int para_reap_child(pid_t *pid);
 int para_next_signal(void);
+void para_signal_shutdown(void);