From b1ee4c14d49aa2dc0df90694d7403620951de137 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 24 Aug 2009 14:28:04 +0200 Subject: libndr: add missing protoypes for double type. Guenther --- librpc/ndr/libndr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc') 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); -- cgit