summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-09-29 04:47:18 +0000
committerAndrew Tridgell <tridge@samba.org>2000-09-29 04:47:18 +0000
commit910e8a5c9c51d76212a0a7a3812452f4b5d75bc1 (patch)
tree8ea7a6fd6fe81fba49f13066a9e931568ed510af /source3
parent3edcc8c407b16d0698117ecc3fd858201c0a80ba (diff)
downloadsamba-910e8a5c9c51d76212a0a7a3812452f4b5d75bc1.tar.gz
samba-910e8a5c9c51d76212a0a7a3812452f4b5d75bc1.tar.bz2
samba-910e8a5c9c51d76212a0a7a3812452f4b5d75bc1.zip
new prototypes
(This used to be commit 3e77bf2117c43d3202774df24debc91f61d88733)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index cdc8e70d59..c79db02a4a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -678,6 +678,9 @@ BOOL cli_close(struct cli_state *cli, int fnum);
BOOL cli_lock(struct cli_state *cli, int fnum,
uint32 offset, uint32 len, int timeout, enum brl_type lock_type);
BOOL cli_unlock(struct cli_state *cli, int fnum, uint32 offset, uint32 len);
+BOOL cli_lock64(struct cli_state *cli, int fnum,
+ SMB_BIG_UINT offset, SMB_BIG_UINT len, int timeout, enum brl_type lock_type);
+BOOL cli_unlock64(struct cli_state *cli, int fnum, SMB_BIG_UINT offset, SMB_BIG_UINT len);
BOOL cli_getattrE(struct cli_state *cli, int fd,
uint16 *attr, size_t *size,
time_t *c_time, time_t *a_time, time_t *m_time);