diff options
author | Günther Deschner <gd@samba.org> | 2009-10-05 15:10:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-05 15:10:35 +0200 |
commit | 76feeb1b97b1d8f24650c5198e9c61c4f5b1357a (patch) | |
tree | 7844b6ab405cb61d389315e3fd7938c77de66ca4 /librpc/ndr | |
parent | 55b12d032c82b280bc0fda43bff8e5b05b934ecf (diff) | |
download | samba-76feeb1b97b1d8f24650c5198e9c61c4f5b1357a.tar.gz samba-76feeb1b97b1d8f24650c5198e9c61c4f5b1357a.tar.bz2 samba-76feeb1b97b1d8f24650c5198e9c61c4f5b1357a.zip |
libndr: add int3264 ndr prototype.
Guenther
Diffstat (limited to 'librpc/ndr')
-rw-r--r-- | librpc/ndr/libndr.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |