summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 18:39:44 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:47 +0200
commitab052c7ff0cdaa7b64c20e2d658e4c46d6c66234 (patch)
tree39c33777a6898f867f43ff8288fbc6721a60c9be /source3/libsmb/proto.h
parent6c18a66f3e84b8587deb25390e5ee9f6d531a3be (diff)
downloadsamba-ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234.tar.gz
samba-ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234.tar.bz2
samba-ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234.zip
s3:libsmb: get rid of cli_state_encryption_on
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index f633ed1e84..7b44b15688 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -168,7 +168,6 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx,
const char *remote_realm,
int signing_state,
int flags);
-bool cli_state_encryption_on(struct cli_state *cli);
void cli_nt_pipes_close(struct cli_state *cli);
void cli_shutdown(struct cli_state *cli);
const char *cli_state_remote_realm(struct cli_state *cli);