libgpo: make gpo_process_a_gpo() static to the util code.
[metze/samba/wip.git] / libgpo / gpo_util.c
index 9cba41099bbad9f6c946e6691cbb9f1d894199c6..13f271de9f949b97faae955a977fc4e52e8a84ef 100644 (file)
@@ -425,12 +425,12 @@ static bool gpo_get_gp_ext_from_gpo(TALLOC_CTX *mem_ctx,
 /****************************************************************
 ****************************************************************/
 
-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)
+static 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)
 {
        struct GP_EXT *gp_ext = NULL;
        int i;