summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-03 03:34:19 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-03 03:34:19 +0000
commit2534e0688ba703423c9d18b3296b00c097aa351d (patch)
tree768a087c022fb2dd49e95fb90d896c848087dffd /source3/include
parent4438d7b57e459e091017fcbe18547a8b69be4d80 (diff)
downloadsamba-2534e0688ba703423c9d18b3296b00c097aa351d.tar.gz
samba-2534e0688ba703423c9d18b3296b00c097aa351d.tar.bz2
samba-2534e0688ba703423c9d18b3296b00c097aa351d.zip
add "static" to a couple of functions that are only used locally.
set granted_oplock=False at the start of open_file(). This is paranoia. (This used to be commit c7f09ffd4a00ef7266e3f54536ee6aaca9335fb8)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 35d43afe0c..8818b9b527 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -704,9 +704,6 @@ BOOL unix_convert(char *name,int cnum,pstring saved_last_component, BOOL *bad_pa
int disk_free(char *path,int *bsize,int *dfree,int *dsize);
int sys_disk_free(char *path,int *bsize,int *dfree,int *dsize);
BOOL check_name(char *name,int cnum);
-int fd_attempt_open(char *fname, int flags, int mode);
-void fd_attempt_reopen(char *fname, int mode, file_fd_struct *fd_ptr);
-int fd_attempt_close(file_fd_struct *fd_ptr);
void sync_file(int fnum);
void close_file(int fnum);
BOOL check_file_sharing(int cnum,char *fname);