summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-06-12 11:55:42 +0200
committerVolker Lendecke <vl@samba.org>2010-06-12 15:42:52 +0200
commitdd192bb649341d0f2bd91350c7efe98dbdb47172 (patch)
tree272980c3fd7e81f4b04e8142ec930c9e74afedbe /source3/include
parent73955a2d92bff0dd78b42f9ec34835fb6a78583a (diff)
downloadsamba-dd192bb649341d0f2bd91350c7efe98dbdb47172.tar.gz
samba-dd192bb649341d0f2bd91350c7efe98dbdb47172.tar.bz2
samba-dd192bb649341d0f2bd91350c7efe98dbdb47172.zip
s3: Explicitly pass sconn to is_valid_writeX_buffer
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6bb96e9fe3..64c76a04be 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6167,7 +6167,8 @@ void error_to_writebrawerr(struct smb_request *req);
void reply_writebraw(struct smb_request *req);
void reply_writeunlock(struct smb_request *req);
void reply_write(struct smb_request *req);
-bool is_valid_writeX_buffer(const uint8_t *inbuf);
+bool is_valid_writeX_buffer(struct smbd_server_connection *sconn,
+ const uint8_t *inbuf);
void reply_write_and_X(struct smb_request *req);
void reply_lseek(struct smb_request *req);
void reply_flush(struct smb_request *req);