summaryrefslogtreecommitdiff
path: root/source3/rpc_client
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/rpc_client
parent7e73214ebf614a1f876bf80d374c1e1bc9379981 (diff)
downloadsamba-146c1aac99b20afff30567e80fca7540853c446a.tar.gz
samba-146c1aac99b20afff30567e80fca7540853c446a.tar.bz2
samba-146c1aac99b20afff30567e80fca7540853c446a.zip
s3-auth: rpc_server needs auth.h
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_winreg_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_winreg_int.h b/source3/rpc_client/cli_winreg_int.h
index b979988882..f175c17f5c 100644
--- a/source3/rpc_client/cli_winreg_int.h
+++ b/source3/rpc_client/cli_winreg_int.h
@@ -22,6 +22,8 @@
#ifndef CLI_WINREG_INT_H
#define CLI_WINREG_INT_H
+struct auth_serversupplied_info;
+
/**
* @brief Connect to the interal winreg server and open the given key.
*