From 76feeb1b97b1d8f24650c5198e9c61c4f5b1357a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 5 Oct 2009 15:10:35 +0200 Subject: libndr: add int3264 ndr prototype. Guenther --- librpc/ndr/libndr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 3236932ba7..f4c649c415 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -470,6 +470,7 @@ NDR_SCALAR_PROTO(int16, int16_t) NDR_SCALAR_PROTO(uint32, uint32_t) NDR_SCALAR_PROTO(uint3264, uint32_t) NDR_SCALAR_PROTO(int32, int32_t) +NDR_SCALAR_PROTO(int3264, int32_t) NDR_SCALAR_PROTO(udlong, uint64_t) NDR_SCALAR_PROTO(udlongr, uint64_t) NDR_SCALAR_PROTO(dlong, int64_t) -- cgit