From ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 19 May 2012 18:39:44 +0200 Subject: s3:libsmb: get rid of cli_state_encryption_on Signed-off-by: Luk Claes Signed-off-by: Stefan Metzmacher --- source3/libsmb/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libsmb/proto.h') 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); -- cgit