summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-13 13:55:02 +0100
committerStefan Metzmacher <metze@samba.org>2011-12-13 20:31:09 +0100
commit290ce331b6e5995095a1237277a2a6a7272986ce (patch)
treeb8025db2506a35664c8b3bd132a0427afd1e2dfb /source3/smbd/proto.h
parent8a83464216156204c75c44e90fae55dc34cb389f (diff)
downloadsamba-290ce331b6e5995095a1237277a2a6a7272986ce.tar.gz
samba-290ce331b6e5995095a1237277a2a6a7272986ce.tar.bz2
samba-290ce331b6e5995095a1237277a2a6a7272986ce.zip
s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index bf759f5304..0cc6b66d63 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -756,8 +756,7 @@ NTSTATUS make_default_filesystem_acl(TALLOC_CTX *ctx,
/* The following definitions come from smbd/process.c */
void smbd_setup_sig_term_handler(struct smbd_server_connection *sconn);
-void smbd_setup_sig_hup_handler(struct tevent_context *ev,
- struct messaging_context *msg_ctx);
+void smbd_setup_sig_hup_handler(struct smbd_server_connection *sconn);
bool srv_send_smb(struct smbd_server_connection *sconn, char *buffer,
bool no_signing, uint32_t seqnum,
bool do_encrypt,