summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-11 15:51:46 +0100
committerVolker Lendecke <vlendec@samba.org>2010-11-11 16:16:24 +0000
commitddd33f035199bce2fc9d8deb3c2c4ad627ad36d4 (patch)
tree207c2886ab74c3ab72b564c05e599cd7834b8e08 /source3/include
parent1b13a4d22b3f0eca6926ab8ce61147784f6e993e (diff)
downloadsamba-ddd33f035199bce2fc9d8deb3c2c4ad627ad36d4.tar.gz
samba-ddd33f035199bce2fc9d8deb3c2c4ad627ad36d4.tar.bz2
samba-ddd33f035199bce2fc9d8deb3c2c4ad627ad36d4.zip
s3: Make cli_set_ea_path return NTSTATUS
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 10468be312..69b59a1088 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2077,7 +2077,9 @@ NTSTATUS cli_ctemp(struct cli_state *cli,
uint16_t *pfnum,
char **out_path);
NTSTATUS cli_raw_ioctl(struct cli_state *cli, uint16_t fnum, uint32_t 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);
+NTSTATUS cli_set_ea_path(struct cli_state *cli, const char *path,
+ const char *ea_name, const char *ea_val,
+ size_t ea_len);
bool cli_set_ea_fnum(struct cli_state *cli, uint16_t fnum, const char *ea_name, const char *ea_val, size_t ea_len);
struct tevent_req *cli_get_ea_list_path_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,