summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_wmi.h
diff options
context:
space:
mode:
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);