summaryrefslogtreecommitdiff
path: root/source3/services
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 12:08:15 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit146c1aac99b20afff30567e80fca7540853c446a (patch)
treedcaf2f5c72a90b9275803d5e8aa5f1925ca06f7d /source3/services
parent7e73214ebf614a1f876bf80d374c1e1bc9379981 (diff)
downloadsamba-146c1aac99b20afff30567e80fca7540853c446a.tar.gz
s3-auth: rpc_server needs auth.h
Guenther
Diffstat (limited to 'source3/services')
-rw-r--r--source3/services/svc_winreg_glue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/services/svc_winreg_glue.h b/source3/services/svc_winreg_glue.h
index a4a1628cd3c..4ff9e27c402 100644
--- a/source3/services/svc_winreg_glue.h
+++ b/source3/services/svc_winreg_glue.h
@@ -24,6 +24,8 @@
#ifndef SVC_WINREG_GLUE_H
#define SVC_WINREG_GLUE_H
+struct auth_serversupplied_info;
+
struct security_descriptor* svcctl_gen_service_sd(TALLOC_CTX *mem_ctx);
struct security_descriptor *svcctl_get_secdesc(TALLOC_CTX *mem_ctx,