librpc/idl: remove duplicate definitition
authorNoel Power <noel.power@suse.com>
Tue, 19 Dec 2023 11:35:58 +0000 (11:35 +0000)
committerNoel Power <npower@samba.org>
Tue, 30 Jan 2024 16:21:35 +0000 (16:21 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/wsp.idl

index 9652506981534726f74a0f9a07fabca2e2841da1..fceaf0a85f2a5f1da5690621710fe86e9c85c3e9 100644 (file)
@@ -1284,18 +1284,13 @@ interface msftewds
                uint32 prgirownext[cdepthnext];
        } wsp_findindicesout;
 
-       typedef [public] struct {
-               uint32 hcursor;
-               uint32 chapt;
-       } wsp_cpmsresetstartpos;
-
        typedef [public, nodiscriminant, switch_type(uint32)] union {
                [case(CPMCONNECT)] wsp_cpmconnectin cpmconnect;
                [case(CPMCREATEQUERY)] wsp_cpmcreatequeryin cpmcreatequery;
                [case(CPMFREECURSOR)] wsp_cpmfreecursorin cpmfreecursor;
                [case(CPMGETROWS)] wsp_cpmgetrowsin cpmgetrows;
                [case(CPMSETBINDINGSIN)] wsp_cpmsetbindingsin cpmsetbindings;
-               [case(CPMRESTARTPOSITIONIN)] wsp_cpmsresetstartpos cpmresetstartpos;
+               [case(CPMRESTARTPOSITIONIN)] wsp_cpmrestartpositionin cpmrrestartpos;
                [case(CPMGETQUERYSTATUS)] wsp_cpmgetquerystatusin cpmgetquerystatus;
                [case(CPMGETQUERYSTATUSEX)] wsp_cpmgetquerystatusexin cpmgetquerystatusex;
                [case(CPMSETSCOPEPRIORITIZATION)]  wsp_cpmsetscopeprioritizationin cpmsetscopeprioritizationin;