epmapper.idl: make use of ndr_syntax_id
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Jan 2014 14:26:30 +0000 (15:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:45:39 +0000 (12:45 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
librpc/idl/epmapper.idl

index fd8eeb4c475ed298ad96216569a7b8134f60c531..5dee3b9b268f78ae7142f9296f2ae49163a029ad 100644 (file)
@@ -234,12 +234,6 @@ 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(
@@ -275,7 +269,7 @@ interface epmapper
        error_status_t epm_Lookup(
                [in]            epm_InquiryType    inquiry_type,
                [in,ptr]        GUID               *object,
-               [in,ptr]        rpc_if_id_t        *interface_id,
+               [in,ptr]        ndr_syntax_id      *interface_id,
                [in]            epm_VersionOption  vers_option,
                [in,out]        policy_handle      *entry_handle,
                [in]            uint32             max_ents,