summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_unix.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:44:28 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commit557f830c4fc7e6b0fd0d652b80b724281faacb0c (patch)
tree3ab127feb7e2bc02a58a9a20b67a5ca802640718 /source4/auth/ntlm/auth_unix.c
parent8823aeaf24dc3c8f0690c2139ea52a94be14767f (diff)
downloadsamba-557f830c4fc7e6b0fd0d652b80b724281faacb0c.tar.gz
samba-557f830c4fc7e6b0fd0d652b80b724281faacb0c.tar.bz2
samba-557f830c4fc7e6b0fd0d652b80b724281faacb0c.zip
source4/auth/ntlm: Fix prototypes for all functions.
Diffstat (limited to 'source4/auth/ntlm/auth_unix.c')
-rw-r--r--source4/auth/ntlm/auth_unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/ntlm/auth_unix.c b/source4/auth/ntlm/auth_unix.c
index 8b41983eef..743cb8103d 100644
--- a/source4/auth/ntlm/auth_unix.c
+++ b/source4/auth/ntlm/auth_unix.c
@@ -28,6 +28,8 @@
#include "../libcli/auth/pam_errors.h"
#include "param/param.h"
+_PUBLIC_ NTSTATUS auth_unix_init(void);
+
/* TODO: look at how to best fill in parms retrieveing a struct passwd info
* except in case USER_INFO_DONT_CHECK_UNIX_ACCOUNT is set
*/