diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7ef9cbb677..d5cfb28166 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -981,6 +981,7 @@ BOOL lp_net_wksta_user_logon(void); BOOL lp_unix_password_sync(void); BOOL lp_passwd_chat_debug(void); BOOL lp_ole_locking_compat(void); +BOOL lp_nt_smb_support(void); int lp_os_level(void); int lp_max_ttl(void); int lp_max_wins_ttl(void); @@ -2034,6 +2035,7 @@ void file_close_user(int vuid); files_struct *file_find_dit(SMB_DEV_T dev, SMB_INO_T inode, struct timeval *tval); files_struct *file_find_print(void); void file_sync_all(connection_struct *conn); +void fd_ptr_free(file_fd_struct *fd_ptr); void file_free(files_struct *fsp); files_struct *file_fsp(char *buf, int where); void file_chain_reset(void); |