Revert "epmapper.idl: make use of ndr_syntax_id"
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Jan 2014 15:04:31 +0000 (16:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:45:39 +0000 (12:45 +0200)
This reverts commit ef1b4842d9478d2044e1a5fd59a8345a0e20aea0.

librpc/idl/epmapper.idl

index 5dee3b9b268f78ae7142f9296f2ae49163a029ad..fd8eeb4c475ed298ad96216569a7b8134f60c531 100644 (file)
@@ -234,6 +234,12 @@ interface epmapper
                [charset(DOS)] uint8 annotation[__annotation_length];
        } epm_entry_t;
 
+       typedef struct {
+               GUID                uuid;
+               uint16              vers_major;
+               uint16              vers_minor;
+       } rpc_if_id_t;
+    
        /**********************/
        /* Function 0x0       */
        error_status_t epm_Insert(
@@ -269,7 +275,7 @@ interface epmapper
        error_status_t epm_Lookup(
                [in]            epm_InquiryType    inquiry_type,
                [in,ptr]        GUID               *object,
-               [in,ptr]        ndr_syntax_id      *interface_id,
+               [in,ptr]        rpc_if_id_t        *interface_id,
                [in]            epm_VersionOption  vers_option,
                [in,out]        policy_handle      *entry_handle,
                [in]            uint32             max_ents,