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
commit8a83464216156204c75c44e90fae55dc34cb389f (patch)
tree796c909e989ed1bd9f17396bfa56fb08fff6110b /source3/smbd/proto.h
parent6fc8dc98ab0de1f2de7d086eee299d89f0527b6e (diff)
downloadsamba-8a83464216156204c75c44e90fae55dc34cb389f.tar.gz
samba-8a83464216156204c75c44e90fae55dc34cb389f.tar.bz2
samba-8a83464216156204c75c44e90fae55dc34cb389f.zip
s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index d7a7c4e4b5..bf759f5304 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -755,7 +755,7 @@ NTSTATUS make_default_filesystem_acl(TALLOC_CTX *ctx,
/* The following definitions come from smbd/process.c */
-void smbd_setup_sig_term_handler(void);
+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);
bool srv_send_smb(struct smbd_server_connection *sconn, char *buffer,