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/gpext/gpext.c | |
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/gpext/gpext.c')
-rw-r--r-- | libgpo/gpext/gpext.c | 2 |
1 files changed, 1 insertions, 1 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, |