summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-09-11 07:31:34 +0200
committerVolker Lendecke <vl@samba.org>2008-12-19 10:28:20 +0100
commit96a3d7be3151c93db9857bb065721c0c7961b2e8 (patch)
tree9a7fc188772768e05000b0b1769b6affb261c1b3 /source3/include
parentcbddddb6cdebcb2edfeb39db2fbea0bfeaee5d88 (diff)
downloadsamba-96a3d7be3151c93db9857bb065721c0c7961b2e8.tar.gz
samba-96a3d7be3151c93db9857bb065721c0c7961b2e8.tar.bz2
samba-96a3d7be3151c93db9857bb065721c0c7961b2e8.zip
cli_negprot_send -> cli_negprot_sendsync
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 5e2b823d64..536855c66e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2364,7 +2364,7 @@ bool cli_ulogoff(struct cli_state *cli);
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_send(struct cli_state *cli);
+void cli_negprot_sendsync(struct cli_state *cli);
bool cli_negprot(struct cli_state *cli);
bool cli_session_request(struct cli_state *cli,
struct nmb_name *calling, struct nmb_name *called);