r2972: make names more consistent
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Oct 2004 10:21:51 +0000 (10:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:53 +0000 (12:59 -0500)
metze
(This used to be commit 7aa91db53ed5811f0900dd61d63d15e71255285e)

source4/librpc/idl/drsuapi.idl

index b950290d51a687ca84f0466f0bef1807e0b5d767..3705e9f029e632094784eff74d9ade28b5f55ecf 100644 (file)
@@ -15,11 +15,11 @@ interface drsuapi
        typedef [flag(NDR_PAHEX)] struct {
                [range(1,10000)] uint32 length;
                [size_is(length)] uint8 data[];
-       } drsuapi_BindInfo;
+       } drsuapi_DsBindInfo;
 
        NTSTATUS drsuapi_DsBind(
                [in]        GUID *server_guid,
-               [in,out]    drsuapi_BindInfo *bind_info,
+               [in,out]    drsuapi_DsBindInfo *bind_info,
                [out,ref]   policy_handle *bind_handle
                );