summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-28 01:21:44 +0100
committerVolker Lendecke <vl@samba.org>2012-03-10 15:34:12 +0100
commit11d087aa04f436147e7a9dd1748a43bde24de8e3 (patch)
treeecd269d06f41bee3c8616f6971978dfaaffb90b5 /source3/smbd/proto.h
parent3b2c9bebc0aa08fe9a65afe5870bea490c5fb33a (diff)
downloadsamba-11d087aa04f436147e7a9dd1748a43bde24de8e3.tar.gz
samba-11d087aa04f436147e7a9dd1748a43bde24de8e3.tar.bz2
samba-11d087aa04f436147e7a9dd1748a43bde24de8e3.zip
s3: Remove chain_reply
<insert your favourite tombstone ascii art here>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e5dd762663..f4aa06b061 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -797,7 +797,6 @@ bool smb1_parse_chain(TALLOC_CTX *mem_ctx, const uint8_t *buf,
struct smbd_server_connection *sconn,
bool encrypted, uint32_t seqnum,
struct smb_request ***reqs, unsigned *num_reqs);
-void chain_reply(struct smb_request *req);
bool req_is_in_chain(struct smb_request *req);
void smbd_process(struct tevent_context *ev_ctx,
struct smbd_server_connection *sconn);