summaryrefslogtreecommitdiffstats
path: root/libgpo
diff options
context:
space:
mode:
Diffstat (limited to 'libgpo')
-rw-r--r--libgpo/gpext/gpext.c2
-rw-r--r--libgpo/gpext/gpext.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c
index a48d3f59c7..49d08c82c7 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 ef0b1a2558..b76f700120 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,