diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-23 13:44:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-23 13:44:19 +0000 |
commit | 3d0e6b3835379d545189563ce25ffe37ed340703 (patch) | |
tree | 6941a15bff5d7132879907999bdd4ce5938c5b2a /source4/librpc/ndr/ndr.c | |
parent | 66694c571f2fbefda4cb70d944497bd9a9d45a7c (diff) | |
download | samba-3d0e6b3835379d545189563ce25ffe37ed340703.tar.gz samba-3d0e6b3835379d545189563ce25ffe37ed340703.tar.bz2 samba-3d0e6b3835379d545189563ce25ffe37ed340703.zip |
added a tool called 'ndrdump' that allows you to dump NDR data
according to the current IDL taking the data from a file. In
combination with a little hack to ethereal to extract data this is a
quite powerful IDL development tool.
(This used to be commit 229a325c3cf0d4dc1e910ed32e1d7391040aeba1)
Diffstat (limited to 'source4/librpc/ndr/ndr.c')
-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; |