diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_wmi.h')
-rw-r--r-- | source4/librpc/ndr/ndr_wmi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/librpc/ndr/ndr_wmi.h b/source4/librpc/ndr/ndr_wmi.h index 0dbf3844ba..539b9e882b 100644 --- a/source4/librpc/ndr/ndr_wmi.h +++ b/source4/librpc/ndr/ndr_wmi.h @@ -1,6 +1,3 @@ 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); |