summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-11-21 23:17:31 +0100
committerVolker Lendecke <vl@samba.org>2009-01-16 13:00:44 +0100
commitddaa65ef6e049a185281c4d5deca4045e3b085e2 (patch)
treef44b5ea5130fb4de174fa505957d748767be40ce /source3/include
parentba981128ac0ba5b6b6f865d72a26509fb52a4a3e (diff)
downloadsamba-ddaa65ef6e049a185281c4d5deca4045e3b085e2.tar.gz
samba-ddaa65ef6e049a185281c4d5deca4045e3b085e2.tar.bz2
samba-ddaa65ef6e049a185281c4d5deca4045e3b085e2.zip
Correctly calculate the offset for read&x
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
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);