git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b12d0
)
libndr: add int3264 ndr prototype.
author
Günther Deschner
<gd@samba.org>
Mon, 5 Oct 2009 13:10:35 +0000
(15:10 +0200)
committer
Günther Deschner
<gd@samba.org>
Mon, 5 Oct 2009 13:10:35 +0000
(15:10 +0200)
Guenther
librpc/ndr/libndr.h
patch
|
blob
|
history
diff --git
a/librpc/ndr/libndr.h
b/librpc/ndr/libndr.h
index 3236932ba7ce431e720b24ccfd3e088cb5336de0..f4c649c41529f1ff987d206595a9e6b33c79dbb6 100644
(file)
--- 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)