diff options
author | Volker Lendecke <vl@samba.org> | 2010-10-23 22:37:16 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-10-24 11:39:30 +0200 |
commit | c095809c0464cd174e0993d8c32434d6f3733342 (patch) | |
tree | fa252edc75dc3c39c8668232b85fc52a5e11ba8f /source3/include | |
parent | d864b1bace0038b86cb393ca811dcce2e938bebd (diff) | |
download | samba-c095809c0464cd174e0993d8c32434d6f3733342.tar.gz samba-c095809c0464cd174e0993d8c32434d6f3733342.tar.bz2 samba-c095809c0464cd174e0993d8c32434d6f3733342.zip |
s3: Convert cli_qfileinfo_basic to cli_qfileinfo
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e175454dae..2edfb6aa46 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2329,13 +2329,13 @@ NTSTATUS cli_qpathinfo_streams(struct cli_state *cli, const char *fname, struct stream_struct **pstreams); NTSTATUS cli_qfilename(struct cli_state *cli, uint16_t fnum, char *name, size_t namelen); -bool cli_qfileinfo_basic(struct cli_state *cli, uint16_t fnum, - uint16 *mode, SMB_OFF_T *size, - struct timespec *create_time, - struct timespec *access_time, - struct timespec *write_time, - struct timespec *change_time, - SMB_INO_T *ino); +NTSTATUS cli_qfileinfo_basic(struct cli_state *cli, uint16_t fnum, + uint16 *mode, SMB_OFF_T *size, + struct timespec *create_time, + struct timespec *access_time, + struct timespec *write_time, + struct timespec *change_time, + SMB_INO_T *ino); struct tevent_req *cli_qpathinfo_basic_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct cli_state *cli, |