summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_anonymous.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlm/auth_anonymous.c')
-rw-r--r--source4/auth/ntlm/auth_anonymous.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/ntlm/auth_anonymous.c b/source4/auth/ntlm/auth_anonymous.c
index 7535777b60..6b21225aad 100644
--- a/source4/auth/ntlm/auth_anonymous.c
+++ b/source4/auth/ntlm/auth_anonymous.c
@@ -24,6 +24,8 @@
#include "auth/ntlm/auth_proto.h"
#include "param/param.h"
+_PUBLIC_ NTSTATUS auth_anonymous_init(void);
+
/**
* Return a anonymous logon for anonymous users (username = "")
*