summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/sigchld.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/extra/sigchld.h')
-rw-r--r--accel-pppd/extra/sigchld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/extra/sigchld.h b/accel-pppd/extra/sigchld.h
index 27d1adf..f06adab 100644
--- a/accel-pppd/extra/sigchld.h
+++ b/accel-pppd/extra/sigchld.h
@@ -13,7 +13,7 @@ struct sigchld_handler_t
};
void sigchld_register_handler(struct sigchld_handler_t *);
-void sigchld_unregister_handler(struct sigchld_handler_t *);
+int sigchld_unregister_handler(struct sigchld_handler_t *);
void sigchld_lock();
void sigchld_unlock();