summaryrefslogtreecommitdiff
path: root/source4/lib/policy/policy.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-21 02:24:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-21 03:22:05 +0200
commitc0fe5e095df4b39e7b048c289e8e46de2b836dad (patch)
treee058403192e42af20b7117006ecd8fa156644529 /source4/lib/policy/policy.h
parent12e1fdf0899c8f9176f4a7e789faa2758c4eaa70 (diff)
downloadsamba-c0fe5e095df4b39e7b048c289e8e46de2b836dad.tar.gz
samba-c0fe5e095df4b39e7b048c289e8e46de2b836dad.tar.bz2
samba-c0fe5e095df4b39e7b048c289e8e46de2b836dad.zip
s4/libpolicy: Install header file.
Diffstat (limited to 'source4/lib/policy/policy.h')
-rw-r--r--source4/lib/policy/policy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/policy/policy.h b/source4/lib/policy/policy.h
index e6ce15c9b8..fd26e59f08 100644
--- a/source4/lib/policy/policy.h
+++ b/source4/lib/policy/policy.h
@@ -20,16 +20,15 @@
#ifndef __POLICY_H__
#define __POLICY_H__
-#include "libcli/libcli.h"
#define GPLINK_OPT_DISABLE (1 << 0)
#define GPLINK_OPT_ENFORCE (1 << 1)
-
#define GPO_FLAG_USER_DISABLE (1 << 0)
#define GPO_FLAG_MACHINE_DISABLE (1 << 1)
struct security_token;
+struct nbt_dc_name;
enum gpo_inheritance {
GPO_INHERIT = 0,
@@ -42,7 +41,7 @@ struct gp_context {
struct cli_credentials *credentials;
struct tevent_context *ev_ctx;
struct smbcli_state *cli;
- struct nbt_dc_name active_dc;
+ struct nbt_dc_name *active_dc;
};
struct gp_object {