summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-04-22 06:46:42 -0700
committerJeremy Allison <jra@samba.org>2009-04-22 06:46:42 -0700
commit502f47c7c07b8075fb28a8591acd1e43f7708f54 (patch)
treee49e9c4a5f8f4f5faef07e1db87934b262d7bad0 /source3/include
parent8bc88aae5d44e0a6bc6157745edc3a83bd740ff7 (diff)
downloadsamba-502f47c7c07b8075fb28a8591acd1e43f7708f54.tar.gz
samba-502f47c7c07b8075fb28a8591acd1e43f7708f54.tar.bz2
samba-502f47c7c07b8075fb28a8591acd1e43f7708f54.zip
Make cli_chkpath async.
Jeremy
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 82a16598ec..1435f4f405 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2416,7 +2416,7 @@ bool cli_setattrE(struct cli_state *cli, int fd,
time_t access_time,
time_t write_time);
bool cli_setatr(struct cli_state *cli, const char *fname, uint16 attr, time_t t);
-bool cli_chkpath(struct cli_state *cli, const char *path);
+NTSTATUS cli_chkpath(struct cli_state *cli, const char *path);
bool cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail);
int cli_ctemp(struct cli_state *cli, const char *path, char **tmp_path);
NTSTATUS cli_raw_ioctl(struct cli_state *cli, int fnum, uint32 code, DATA_BLOB *blob);