summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-11 15:58:34 +0100
committerVolker Lendecke <vlendec@samba.org>2010-11-11 16:59:27 +0000
commite7970c02f345a4a5d63ab43c120277de70624c19 (patch)
treec340b3c5d008dc318f8d8c33300c79a75652f89a /source3/include/proto.h
parentddd33f035199bce2fc9d8deb3c2c4ad627ad36d4 (diff)
downloadsamba-e7970c02f345a4a5d63ab43c120277de70624c19.tar.gz
samba-e7970c02f345a4a5d63ab43c120277de70624c19.tar.bz2
samba-e7970c02f345a4a5d63ab43c120277de70624c19.zip
s3: Make cli_set_ea_fnum return NTSTATUS
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 16:59:27 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/include/proto.h')
-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 69b59a1088..10409a40f5 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2080,7 +2080,9 @@ NTSTATUS cli_raw_ioctl(struct cli_state *cli, uint16_t fnum, uint32_t code, DATA
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);
+NTSTATUS 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,
struct cli_state *cli,