summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-10-23 09:43:31 +0200
committerVolker Lendecke <vl@samba.org>2010-10-24 11:39:30 +0200
commitd864b1bace0038b86cb393ca811dcce2e938bebd (patch)
tree8924ebb865da53efbf7b9257fdd9228fe6622fed /source3/include
parent94232578064e146b810f1320f67e1ab485737a17 (diff)
downloadsamba-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.h3
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,