diff options
author | Günther Deschner <gd@samba.org> | 2013-12-18 15:24:17 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-01-07 16:59:38 +0100 |
commit | 69997e2911e1c720fc5b87dae24b9a9c82b87eb7 (patch) | |
tree | fa6d2dfcd31eb253c9e2c7b686efb670e24d1787 /libgpo | |
parent | 0e3c964fab820ca9431fe1792763c0deafcfbd54 (diff) | |
download | samba-69997e2911e1c720fc5b87dae24b9a9c82b87eb7.tar.gz |
libgpo: rename debug_gpext_header to gpext_debug_header.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
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, |