summaryrefslogtreecommitdiff
path: root/source/auth/auth_util.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-12 02:49:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:29 -0500
commit8768bec81f57131a0c9754e8121b345c0be4a5d0 (patch)
tree6516ba888cf03d8274a3dd19f29850b732463bb6 /source/auth/auth_util.c
parentf37c9f4d920c1a2dc160ce1c26cf70fbb45c653f (diff)
downloadsamba-8768bec81f57131a0c9754e8121b345c0be4a5d0.tar.gz
r19676: Fix some more dependencies.
Diffstat (limited to 'source/auth/auth_util.c')
-rw-r--r--source/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index a3f51846b65..5063724ffcd 100644
--- a/source/auth/auth_util.c
+++ b/source/auth/auth_util.c
@@ -620,7 +620,7 @@ NTSTATUS auth_system_session_info(TALLOC_CTX *parent_ctx,
return NT_STATUS_OK;
}
-struct auth_session_info *system_session(TALLOC_CTX *mem_ctx)
+_PUBLIC_ struct auth_session_info *system_session(TALLOC_CTX *mem_ctx)
{
NTSTATUS nt_status;
struct auth_session_info *session_info = NULL;