summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-05-10 09:34:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-05-10 15:53:21 +0200
commit84451e8639b2e347e62f8858c96a9979b8177163 (patch)
treefbe6a36b3b9416e42906959a61d72c53f1c86ac5 /source4
parent86c9a0228dc31fce3bd733b5a20c476681a5b739 (diff)
downloadsamba-84451e8639b2e347e62f8858c96a9979b8177163.tar.gz
s4-lib/policy: remove some dead prototypes
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/policy/policy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/policy/policy.h b/source4/lib/policy/policy.h
index fd26e59f084..3d8a0dcd503 100644
--- a/source4/lib/policy/policy.h
+++ b/source4/lib/policy/policy.h
@@ -89,8 +89,6 @@ NTSTATUS gp_get_gplinks(struct gp_context *gp_ctx, const char *req_dn, struct gp
NTSTATUS gp_list_gpos(struct gp_context *gp_ctx, struct security_token *token, const char ***ret);
NTSTATUS gp_get_gpo_info(struct gp_context *gp_ctx, const char *dn_str, struct gp_object **ret);
-NTSTATUS gp_set_gpo_info(struct gp_context *gp_ctx, const char *dn_str, struct gp_object *gpo);
-NTSTATUS gp_del_gpo(struct gp_context *gp_ctx, const char *dn_str);
NTSTATUS gp_get_gplink_options(TALLOC_CTX *mem_ctx, uint32_t flags, const char ***ret);