summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-01-16 08:58:00 +0000
committerJeremy Allison <jra@samba.org>1998-01-16 08:58:00 +0000
commit4f9674d1c85f2e7293874477ae0da15fee1538c7 (patch)
tree4ee7a945a115721bfc9ab9fe794d16585c5dd19a /source3/include
parent4abd1416722e8c3080a42e0f24a7f450c3fb3a22 (diff)
downloadsamba-4f9674d1c85f2e7293874477ae0da15fee1538c7.tar.gz
samba-4f9674d1c85f2e7293874477ae0da15fee1538c7.tar.bz2
samba-4f9674d1c85f2e7293874477ae0da15fee1538c7.zip
reply.c:
server.c: Test fix for NT worstation SMBmv oplock bug. smbdes.c: Addition of 'forward' parameter in preparation of allowing password change. Jeremy. (This used to be commit 0b0b1fb122a52e67a8fdc77d013ad0b3bbb90d19)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a8471d0c2d..d0376fb9fe 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1218,7 +1218,7 @@ int sys_disk_free(char *path,int *bsize,int *dfree,int *dsize);
BOOL check_name(char *name,int cnum);
void sync_file(int fnum);
void close_file(int fnum, BOOL normal_close);
-BOOL check_file_sharing(int cnum,char *fname);
+BOOL check_file_sharing(int cnum,char *fname, BOOL rename_op);
int check_share_mode( share_mode_entry *share, int deny_mode, char *fname,
BOOL fcbopen, int *flags);
void open_file_shared(int fnum,int cnum,char *fname,int share_mode,int ofun,