diff options
author | Volker Lendecke <vl@samba.org> | 2009-11-27 13:19:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-29 11:22:04 +0100 |
commit | 36e8d8ed455ab712023ddc199beaeb01e4d40ff2 (patch) | |
tree | cd50b7182b58ba91e6f553f655db0ac3603efabd /source3/include | |
parent | 33601b8632edf65af4d4ab787c5615ab5c6af6fb (diff) | |
download | samba-36e8d8ed455ab712023ddc199beaeb01e4d40ff2.tar.gz samba-36e8d8ed455ab712023ddc199beaeb01e4d40ff2.tar.bz2 samba-36e8d8ed455ab712023ddc199beaeb01e4d40ff2.zip |
s3: Move directory_exist_stat to testparm.c, it only looks at the mode
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 23b7f66257..a2d0397d4e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1122,7 +1122,6 @@ void set_cmdline_auth_info_getpass(struct user_auth_info *auth_info); bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf, bool fake_dir_create_times); bool socket_exist(const char *fname); -bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st); uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf); SMB_OFF_T get_file_size(char *file_name); char *attrib_string(uint16 mode); |