diff options
| -rw-r--r-- | libcli/auth/schannel_proto.h | 2 | 
1 files changed, 2 insertions, 0 deletions
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);  | 
