diff options
author | Simo Sorce <idra@samba.org> | 2010-09-03 16:43:38 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 10:54:24 -0700 |
commit | 678993470fdc86a57841c7d35ec9c60f6b81c1cc (patch) | |
tree | ba57f493ad53a2346608b6a6979785240c1a6ad1 /libcli | |
parent | b11fff1f481a21d84b713421cfbfd42ef1e73f4b (diff) | |
download | samba-678993470fdc86a57841c7d35ec9c60f6b81c1cc.tar.gz samba-678993470fdc86a57841c7d35ec9c60f6b81c1cc.tar.bz2 samba-678993470fdc86a57841c7d35ec9c60f6b81c1cc.zip |
libcli: fix compile warning
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libcli')
-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); |