From 5b46116923fb7c2945db128736b7f8113ea1a160 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Dec 2003 03:19:43 +0000 Subject: added netr_ServerReqChallenge and cleaned up byte array printing (This used to be commit bb42107dccf3a384a4a5c029b4d2752e0898d7cb) --- source4/librpc/idl/idl_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/librpc/idl/idl_types.h') diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h index 06794d0243..9a9d7fdaf6 100644 --- a/source4/librpc/idl/idl_types.h +++ b/source4/librpc/idl/idl_types.h @@ -59,3 +59,7 @@ #define boolean32 uint32 #define unsigned32 uint32 +/* + this is used to control formatting of uint8 arrays +*/ +#define NDR_PAHEX LIBNDR_PRINT_ARRAY_HEX -- cgit