summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/schannel.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:44:20 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commit8823aeaf24dc3c8f0690c2139ea52a94be14767f (patch)
tree92298ea681770d15c285fe8d9135cae66ff8a1f4 /source4/auth/gensec/schannel.c
parent942c6eedf7dec7de7979609789ddd08e308e70c2 (diff)
downloadsamba-8823aeaf24dc3c8f0690c2139ea52a94be14767f.tar.gz
source4/auth/gensec: Fix prototypes for all functions.
Diffstat (limited to 'source4/auth/gensec/schannel.c')
-rw-r--r--source4/auth/gensec/schannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/gensec/schannel.c b/source4/auth/gensec/schannel.c
index 45e5954b947..2e3f0219e9d 100644
--- a/source4/auth/gensec/schannel.c
+++ b/source4/auth/gensec/schannel.c
@@ -30,6 +30,8 @@
#include "librpc/rpc/dcerpc.h"
#include "param/param.h"
+_PUBLIC_ NTSTATUS gensec_schannel_init(void);
+
static size_t schannel_sig_size(struct gensec_security *gensec_security, size_t data_size)
{
struct schannel_state *state = (struct schannel_state *)gensec_security->private_data;