libndr: add missing protoypes for double type.
authorGünther Deschner <gd@samba.org>
Mon, 24 Aug 2009 12:28:04 +0000 (14:28 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 24 Aug 2009 12:31:22 +0000 (14:31 +0200)
Guenther

librpc/ndr/libndr.h

index 53bed011e7ccea467a36a891a6012fec5762afdc..7b981f9171fcfff7d80b7e4bf9301740c7bf47fa 100644 (file)
@@ -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);