diff options
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpext/gpext.c | 2 | ||||
-rw-r--r-- | libgpo/gpext/gpext.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index a48d3f59c70..49d08c82c7b 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -655,7 +655,7 @@ NTSTATUS free_gp_extensions(void) /**************************************************************** ****************************************************************/ -void debug_gpext_header(int lvl, +void gpext_debug_header(int lvl, const char *name, uint32_t flags, struct GROUP_POLICY_OBJECT *gpo, diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index ef0b1a25580..b76f7001205 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -92,7 +92,7 @@ NTSTATUS gp_ext_info_add_entry(TALLOC_CTX *mem_ctx, NTSTATUS shutdown_gp_extensions(void); NTSTATUS init_gp_extensions(TALLOC_CTX *mem_ctx); NTSTATUS free_gp_extensions(void); -void debug_gpext_header(int lvl, +void gpext_debug_header(int lvl, const char *name, uint32_t flags, struct GROUP_POLICY_OBJECT *gpo, |