libcli: fix compile warning
authorSimo Sorce <idra@samba.org>
Fri, 3 Sep 2010 20:43:38 +0000 (16:43 -0400)
committerSimo Sorce <idra@samba.org>
Fri, 17 Sep 2010 14:59:50 +0000 (10:59 -0400)
libcli/auth/schannel_proto.h

index f1731a784a4c28eca06db657a76150d59555460c..a85a6dbb728715fd3aae55ced30560448eceb981 100644 (file)
@@ -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);