mirror of
https://github.com/samba-team/samba.git
synced 2025-11-15 16:23:49 +03:00
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
and move it to librpc/ndr/libndr.h metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
2ed014cfb8
commit
abd5551aab
@@ -2281,7 +2281,7 @@ sub FunctionTable($$)
|
||||
return if ($#{$interface->{FUNCTIONS}}+1 == 0);
|
||||
return unless defined ($interface->{PROPERTIES}->{uuid});
|
||||
|
||||
$self->pidl("static const struct dcerpc_interface_call $interface->{NAME}\_calls[] = {");
|
||||
$self->pidl("static const struct ndr_interface_call $interface->{NAME}\_calls[] = {");
|
||||
foreach my $d (@{$interface->{FUNCTIONS}}) {
|
||||
next if not defined($d->{OPNUM});
|
||||
$self->pidl("\t{");
|
||||
|
||||
Reference in New Issue
Block a user