summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_wmi.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 02:27:33 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 02:27:33 +0200
commitc212a65b65ba0100ceb9c4fa48c1f44dc0c804f5 (patch)
treee0277c440075c1830b30d7ae98fe0238cdae6a24 /source4/librpc/ndr/ndr_wmi.h
parent7e239a15b316deb83cbdcb79e392f6aefe289114 (diff)
downloadsamba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.tar.gz
samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.tar.bz2
samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.zip
More changes getting WMI code to compile, import manual marshalling.
Diffstat (limited to 'source4/librpc/ndr/ndr_wmi.h')
-rw-r--r--source4/librpc/ndr/ndr_wmi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_wmi.h b/source4/librpc/ndr/ndr_wmi.h
new file mode 100644
index 0000000000..0dbf3844ba
--- /dev/null
+++ b/source4/librpc/ndr/ndr_wmi.h
@@ -0,0 +1,6 @@
+typedef const char *CIMSTRING;
+enum ndr_err_code ndr_pull_WbemClassObject_Object(struct ndr_pull *ndr, int ndr_flags, struct WbemClassObject *r);
+enum ndr_err_code ndr_pull_WbemClassObject(struct ndr_pull *ndr, int ndr_flags, struct WbemClassObject *r);
+enum ndr_err_code ndr_push_WbemClassObject(struct ndr_push *ndr, int ndr_flags, const struct WbemClassObject *r);
+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);