From dc3828f06c8c77ca9fb683528096f2d412028b12 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Oct 2008 19:14:47 +0200 Subject: Move WMI support code to top-level. --- librpc/ndr/ndr_wmi.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 librpc/ndr/ndr_wmi.h (limited to 'librpc/ndr/ndr_wmi.h') diff --git a/librpc/ndr/ndr_wmi.h b/librpc/ndr/ndr_wmi.h new file mode 100644 index 0000000000..539b9e882b --- /dev/null +++ b/librpc/ndr/ndr_wmi.h @@ -0,0 +1,3 @@ +typedef const char *CIMSTRING; +enum ndr_err_code ndr_pull_CIMSTRING(struct ndr_pull *ndr, int ndr_flags, CIMSTRING *r); +enum ndr_err_code ndr_push_CIMSTRING(struct ndr_push *ndr, int ndr_flags, const CIMSTRING *r); -- cgit