summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-16 12:56:09 +0100
committerVolker Lendecke <vl@samba.org>2011-01-17 08:03:42 +0100
commitcb412d22eba8cdb81878628aa4bce3ca4591770f (patch)
tree079231e6716c96227353e8e4142a2f5deb686c86 /source3/include
parent21d5485e062e37f112ce82ab3ae4e73c53ce081d (diff)
downloadsamba-cb412d22eba8cdb81878628aa4bce3ca4591770f.tar.gz
samba-cb412d22eba8cdb81878628aa4bce3ca4591770f.tar.bz2
samba-cb412d22eba8cdb81878628aa4bce3ca4591770f.zip
s3: Make cli_setpathinfo_basic use cli_setpathinfo
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b710d713b0..a029702168 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2301,12 +2301,12 @@ NTSTATUS cli_qpathinfo1(struct cli_state *cli,
time_t *write_time,
SMB_OFF_T *size,
uint16 *mode);
-bool cli_setpathinfo_basic(struct cli_state *cli, const char *fname,
- time_t create_time,
- time_t access_time,
- time_t write_time,
- time_t change_time,
- uint16 mode);
+NTSTATUS cli_setpathinfo_basic(struct cli_state *cli, const char *fname,
+ time_t create_time,
+ time_t access_time,
+ time_t write_time,
+ time_t change_time,
+ uint16 mode);
struct tevent_req *cli_qpathinfo2_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct cli_state *cli,