diff options
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/ndr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/ndr/ndr.c b/source4/librpc/ndr/ndr.c index bce4759d8a..00f8eaed46 100644 --- a/source4/librpc/ndr/ndr.c +++ b/source4/librpc/ndr/ndr.c @@ -309,7 +309,7 @@ void ndr_print_array(struct ndr_print *ndr, const char *name, void *base, -static void ndr_print_debug_helper(struct ndr_print *ndr, const char *format, ...) +void ndr_print_debug_helper(struct ndr_print *ndr, const char *format, ...) { va_list ap; char *s = NULL; |