diff options
author | Günther Deschner <gd@samba.org> | 2009-08-24 14:28:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-24 14:31:22 +0200 |
commit | b1ee4c14d49aa2dc0df90694d7403620951de137 (patch) | |
tree | ffe19b5be165b7dc8d3a503a034b809c8ec9cabc /librpc | |
parent | 965a079535bd11a7870d45991a0d0628d6579b3b (diff) | |
download | samba-b1ee4c14d49aa2dc0df90694d7403620951de137.tar.gz samba-b1ee4c14d49aa2dc0df90694d7403620951de137.tar.bz2 samba-b1ee4c14d49aa2dc0df90694d7403620951de137.zip |
libndr: add missing protoypes for double type.
Guenther
Diffstat (limited to 'librpc')
-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 53bed011e7..7b981f9171 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -470,6 +470,7 @@ NDR_SCALAR_PROTO(NTTIME_hyper, NTTIME) NDR_SCALAR_PROTO(DATA_BLOB, DATA_BLOB) NDR_SCALAR_PROTO(ipv4address, const char *) NDR_SCALAR_PROTO(string, const char *) +NDR_SCALAR_PROTO(double, double) enum ndr_err_code ndr_pull_policy_handle(struct ndr_pull *ndr, int ndr_flags, struct policy_handle *r); enum ndr_err_code ndr_push_policy_handle(struct ndr_push *ndr, int ndr_flags, const struct policy_handle *r); |