diff options
Diffstat (limited to 'src/includes')
-rw-r--r-- | src/includes/rc-misc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index 946754ee..1ffe48de 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -34,7 +34,6 @@ #include <sys/stat.h> #include <errno.h> -#include <signal.h> #include <stdbool.h> #include <string.h> @@ -134,7 +133,7 @@ bool rc_conf_yesno (const char *var); char **env_filter (void); char **env_config (void); bool service_plugable (const char *service); -void signal_setup (int sig, void (*handler)(int)); +int signal_setup (int sig, void (*handler)(int)); /* basename_c never modifies the argument. As such, if there is a trailing * slash then an empty string is returned. */ |