diff options
author | Volker Lendecke <vl@samba.org> | 2010-10-23 09:43:31 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-10-24 11:39:30 +0200 |
commit | d864b1bace0038b86cb393ca811dcce2e938bebd (patch) | |
tree | 8924ebb865da53efbf7b9257fdd9228fe6622fed /source3/include | |
parent | 94232578064e146b810f1320f67e1ab485737a17 (diff) | |
download | samba-d864b1bace0038b86cb393ca811dcce2e938bebd.tar.gz samba-d864b1bace0038b86cb393ca811dcce2e938bebd.tar.bz2 samba-d864b1bace0038b86cb393ca811dcce2e938bebd.zip |
s3: Convert cli_qfilename to cli_qfileinfo
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 55e4e1b9e9..e175454dae 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2327,7 +2327,8 @@ NTSTATUS cli_qpathinfo_streams(struct cli_state *cli, const char *fname, TALLOC_CTX *mem_ctx, unsigned int *pnum_streams, struct stream_struct **pstreams); -bool cli_qfilename(struct cli_state *cli, uint16_t fnum, char *name, size_t namelen); +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, |