diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9587828ea9..6f2a593f92 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1943,7 +1943,7 @@ void DirCacheFlush(int snum); /*The following definitions come from smbd/files.c */ -files_struct *find_free_file(void ); +files_struct *file_new(void ); file_fd_struct *fd_get_already_open(struct stat *sbuf); file_fd_struct *fd_get_new(void); void file_close_conn(connection_struct *conn); |