diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 00:44:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 03:20:05 +0100 |
commit | 557f830c4fc7e6b0fd0d652b80b724281faacb0c (patch) | |
tree | 3ab127feb7e2bc02a58a9a20b67a5ca802640718 /source4/auth/ntlm/auth_developer.c | |
parent | 8823aeaf24dc3c8f0690c2139ea52a94be14767f (diff) | |
download | samba-557f830c4fc7e6b0fd0d652b80b724281faacb0c.tar.gz samba-557f830c4fc7e6b0fd0d652b80b724281faacb0c.tar.xz samba-557f830c4fc7e6b0fd0d652b80b724281faacb0c.zip |
source4/auth/ntlm: Fix prototypes for all functions.
Diffstat (limited to 'source4/auth/ntlm/auth_developer.c')
-rw-r--r-- | source4/auth/ntlm/auth_developer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/ntlm/auth_developer.c b/source4/auth/ntlm/auth_developer.c index 255f97fd23..da842c98ba 100644 --- a/source4/auth/ntlm/auth_developer.c +++ b/source4/auth/ntlm/auth_developer.c @@ -24,6 +24,8 @@ #include "auth/ntlm/auth_proto.h" #include "libcli/security/security.h" +_PUBLIC_ NTSTATUS auth_developer_init(void); + static NTSTATUS name_to_ntstatus_want_check(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, const struct auth_usersupplied_info *user_info) |