Move check for low disk space to try_to_free_disk_space().
[dss.git] / signal.h
index 93fa8a8a0b9dac6ab507c7e73430d64c0f385173..a0e98996f7a245ca6bc9bd0816ac5af82be5dc28 100644 (file)
--- a/signal.h
+++ b/signal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -8,6 +8,6 @@
 
 int signal_init(void);
 int install_sighandler(int);
-int reap_child(pid_t *pid);
 int next_signal(void);
 void signal_shutdown(void);
+int reap_child(pid_t *pid, int *status);