From ddaa65ef6e049a185281c4d5deca4045e3b085e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 21 Nov 2008 23:17:31 +0100 Subject: Correctly calculate the offset for read&x --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5d82ef090d..d644b09a6a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7120,6 +7120,7 @@ const char *smb_fn_name(int type); void add_to_common_flags2(uint32 v); void remove_from_common_flags2(uint32 v); void construct_reply_common_req(struct smb_request *req, char *outbuf); +size_t req_wct_ofs(struct smb_request *req); void chain_reply(struct smb_request *req); void check_reload(time_t t); void smbd_process(void); -- cgit