diff options
author | Jeremy Allison <jra@samba.org> | 2009-04-22 08:04:53 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-04-22 08:04:53 -0700 |
commit | 455f2a4c65b679a996a8d6e7548dc2f4a6f28fae (patch) | |
tree | 95aab64d6f8927d5f7be56a363add62b0159c916 /source3/include | |
parent | 740c2c4366badc62d017881c9484ee5153b62f94 (diff) | |
download | samba-455f2a4c65b679a996a8d6e7548dc2f4a6f28fae.tar.gz samba-455f2a4c65b679a996a8d6e7548dc2f4a6f28fae.tar.bz2 samba-455f2a4c65b679a996a8d6e7548dc2f4a6f28fae.zip |
Make dskattr async.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1435f4f405..518c3a7e93 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2417,7 +2417,7 @@ bool cli_setattrE(struct cli_state *cli, int fd, time_t write_time); bool cli_setatr(struct cli_state *cli, const char *fname, uint16 attr, time_t t); NTSTATUS cli_chkpath(struct cli_state *cli, const char *path); -bool cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail); +NTSTATUS 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); bool cli_set_ea_path(struct cli_state *cli, const char *path, const char *ea_name, const char *ea_val, size_t ea_len); |