From 678993470fdc86a57841c7d35ec9c60f6b81c1cc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Sep 2010 16:43:38 -0400 Subject: libcli: fix compile warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- libcli/auth/schannel_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli/auth/schannel_proto.h') diff --git a/libcli/auth/schannel_proto.h b/libcli/auth/schannel_proto.h index f1731a784a..a85a6dbb72 100644 --- a/libcli/auth/schannel_proto.h +++ b/libcli/auth/schannel_proto.h @@ -23,6 +23,8 @@ #ifndef _LIBCLI_AUTH_SCHANNEL_PROTO_H__ #define _LIBCLI_AUTH_SCHANNEL_PROTO_H__ +struct schannel_state; + struct tdb_wrap *open_schannel_session_store(TALLOC_CTX *mem_ctx, const char *private_dir); -- cgit