summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-09-11 18:57:49 +0200
committerVolker Lendecke <vl@samba.org>2008-12-19 10:28:30 +0100
commitbb8ca0fdbf0fe68ad2cd47d6f8d68743bfbacdec (patch)
tree99e4cf8220c138e0fce24d8fc87b7f23fb156905 /source3/include
parent96a3d7be3151c93db9857bb065721c0c7961b2e8 (diff)
downloadsamba-bb8ca0fdbf0fe68ad2cd47d6f8d68743bfbacdec.tar.gz
samba-bb8ca0fdbf0fe68ad2cd47d6f8d68743bfbacdec.tar.bz2
samba-bb8ca0fdbf0fe68ad2cd47d6f8d68743bfbacdec.zip
Make cli_negprot return NTSTATUS instead of bool
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 536855c66e..8ec15da5d8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2365,7 +2365,7 @@ bool cli_send_tconX(struct cli_state *cli,
const char *share, const char *dev, const char *pass, int passlen);
bool cli_tdis(struct cli_state *cli);
void cli_negprot_sendsync(struct cli_state *cli);
-bool cli_negprot(struct cli_state *cli);
+NTSTATUS cli_negprot(struct cli_state *cli);
bool cli_session_request(struct cli_state *cli,
struct nmb_name *calling, struct nmb_name *called);
NTSTATUS cli_connect(struct cli_state *cli,