summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-13 15:02:13 +0100
committerAndreas Schneider <asn@samba.org>2013-12-18 14:48:24 +0100
commit65a3ed51347168d994e1c1fe35b85ec7c110d948 (patch)
tree2e74b63ff7ca92a6a81d88ea581fd24d7c4a3363 /libgpo/gpo.h
parent172d6cd0d033a63d1b057fcadafca3b9bc7c53db (diff)
downloadsamba-65a3ed51347168d994e1c1fe35b85ec7c110d948.tar.gz
libgpo: remove some unnecessary usage of ADS_STATUS.
Use NTSTATUS instead. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpo.h')
-rw-r--r--libgpo/gpo.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index 72213b81d0b..40ecd34b6e9 100644
--- a/libgpo/gpo.h
+++ b/libgpo/gpo.h
@@ -237,17 +237,17 @@ void dump_gpo_list(ADS_STRUCT *ads,
struct GROUP_POLICY_OBJECT *gpo_list,
int debuglevel);
void dump_gplink(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, struct GP_LINK *gp_link);
-ADS_STATUS gpo_process_a_gpo(TALLOC_CTX *mem_ctx,
- const struct security_token *token,
- struct registry_key *root_key,
- struct GROUP_POLICY_OBJECT *gpo,
- const char *extension_guid_filter,
- uint32_t flags);
-ADS_STATUS gpo_process_gpo_list(TALLOC_CTX *mem_ctx,
- const struct security_token *token,
- struct GROUP_POLICY_OBJECT *gpo_list,
- const char *extensions_guid_filter,
- uint32_t flags);
+NTSTATUS gpo_process_a_gpo(TALLOC_CTX *mem_ctx,
+ const struct security_token *token,
+ struct registry_key *root_key,
+ struct GROUP_POLICY_OBJECT *gpo,
+ const char *extension_guid_filter,
+ uint32_t flags);
+NTSTATUS gpo_process_gpo_list(TALLOC_CTX *mem_ctx,
+ const struct security_token *token,
+ struct GROUP_POLICY_OBJECT *gpo_list,
+ const char *extensions_guid_filter,
+ uint32_t flags);
NTSTATUS check_refresh_gpo(ADS_STRUCT *ads,
TALLOC_CTX *mem_ctx,
const char *cache_dir,