From 3828c76c76e4e9ce7bdb33bc4871f5cf571cc18b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 9 Aug 2010 16:37:52 +1000 Subject: ndr: allow ndr_print to print DATA_BLOB this prints DATA_BLOB structures using the ndr->print() calls Signed-off-by: Andrew Bartlett --- librpc/ndr/libndr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/ndr/libndr.h') diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index d5091a6619..9134efa174 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -105,6 +105,7 @@ struct ndr_print { struct ndr_token_list *switch_list; void (*print)(struct ndr_print *, const char *, ...) PRINTF_ATTRIBUTE(2,3); void *private_data; + bool no_newline; }; #define LIBNDR_FLAG_BIGENDIAN (1<<0) -- cgit