summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-11-30 02:58:34 +0000
committerJeremy Allison <jra@samba.org>1997-11-30 02:58:34 +0000
commit15a6097263d4d5179b0eed43ede74fd65a83e090 (patch)
treef0bff05f151fb78509a158daf6bcb7307d39071b /source3/include
parent7da2663f0dbffe5e3c11be9c6c6753720159971e (diff)
downloadsamba-15a6097263d4d5179b0eed43ede74fd65a83e090.tar.gz
samba-15a6097263d4d5179b0eed43ede74fd65a83e090.tar.bz2
samba-15a6097263d4d5179b0eed43ede74fd65a83e090.zip
clientgen.c: Added cli_mv() (used in a recent torture test).
reply.c: Changed reply_open_and_X to split out the oplock request bits from core and extended and if an oplock was granted only set the corresponding bit on reply. server.c: Added code to dynamically allocate i/o buffers in oplock_break (prevents recursion problems) , also made reset of sent_oplock_break explicit. Jeremy. (This used to be commit 16e55ee2b8be9a4210d8cf87691cdf42373759d2)
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 c47b7582f3..7302fb4998 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -65,6 +65,7 @@ BOOL cli_session_setup(struct cli_state *cli,
BOOL cli_send_tconX(struct cli_state *cli,
char *share, char *dev, char *pass, int passlen);
BOOL cli_tdis(struct cli_state *cli);
+BOOL cli_mv(struct cli_state *cli, char *fname_src, char *fname_dst);
BOOL cli_unlink(struct cli_state *cli, char *fname);
BOOL cli_mkdir(struct cli_state *cli, char *dname);
BOOL cli_rmdir(struct cli_state *cli, char *dname);