s4-lib/policy: remove some dead prototypes
authorGünther Deschner <gd@samba.org>
Wed, 10 May 2017 07:34:33 +0000 (09:34 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 May 2017 13:53:21 +0000 (15:53 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/lib/policy/policy.h

index fd26e59f0843a729f71e79fb33e361a954085b07..3d8a0dcd503ee19edecb231ffb36ec8d5cfbed73 100644 (file)
@@ -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);