diff options
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r-- | nscd/nscd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h index 972f4628b9..529b3f5ec0 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -205,6 +205,8 @@ extern gid_t old_gid; /* nscd.c */ extern void termination_handler (int signum) __attribute__ ((__noreturn__)); extern int nscd_open_socket (void); +void notify_parent (int child_ret); +void do_exit (int child_ret, int errnum, const char *format, ...); /* connections.c */ extern void nscd_init (void); |