summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-22 14:54:21 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-27 15:28:08 +0100
commite6612c99fe6c2cb87f09dbc76d077bed789a592d (patch)
tree483feced11d5d7d16fe01ea23ffcbe535dabc800 /source3/winbindd/winbindd_proto.h
parentac61f650ae640c13beee9d48304d7939f700aa11 (diff)
downloadsamba-e6612c99fe6c2cb87f09dbc76d077bed789a592d.tar.gz
samba-e6612c99fe6c2cb87f09dbc76d077bed789a592d.tar.bz2
samba-e6612c99fe6c2cb87f09dbc76d077bed789a592d.zip
s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent
metze
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 594f8be942..d72351d021 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -63,8 +63,8 @@ void setup_async_write(struct winbindd_fd_event *event, void *data, size_t lengt
void *private_data);
void request_error(struct winbindd_cli_state *state);
void request_ok(struct winbindd_cli_state *state);
-void winbind_check_sighup(const char *lfile);
-void winbind_check_sigterm(bool in_parent);
+bool winbindd_setup_sig_term_handler(bool parent);
+bool winbindd_setup_sig_hup_handler(const char *logfile);
int main(int argc, char **argv, char **envp);
/* The following definitions come from winbindd/winbindd_reqtrans.c */