summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-10-23 09:28:47 +0200
committerVolker Lendecke <vl@samba.org>2010-10-24 11:39:29 +0200
commit03333fc68cf596a85fb81d202b5fdc1879928f76 (patch)
treea3216b3646e939c8a90a2b472fd89e70f9c1a5ce /source3/include
parenta6611c16a80adf0170e8e574dff3907bdfa9b0b3 (diff)
downloadsamba-03333fc68cf596a85fb81d202b5fdc1879928f76.tar.gz
samba-03333fc68cf596a85fb81d202b5fdc1879928f76.tar.bz2
samba-03333fc68cf596a85fb81d202b5fdc1879928f76.zip
s3: Rename cli_fileinfo() to cli_fileinfo_basic()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6ce27b8200..f935df7e3b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2328,13 +2328,13 @@ NTSTATUS cli_qpathinfo_streams(struct cli_state *cli, const char *fname,
unsigned int *pnum_streams,
struct stream_struct **pstreams);
bool cli_qfilename(struct cli_state *cli, uint16_t fnum, char *name, size_t namelen);
-bool cli_qfileinfo(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);
+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);
struct tevent_req *cli_qpathinfo_basic_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct cli_state *cli,