From d864b1bace0038b86cb393ca811dcce2e938bebd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 23 Oct 2010 09:43:31 +0200 Subject: s3: Convert cli_qfilename to cli_qfileinfo --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/proto.h') 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, -- cgit