1
0
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:
Stefan Metzmacher
2007-08-18 10:30:40 +00:00
committed by Gerald (Jerry) Carter
parent 2ed014cfb8
commit abd5551aab
8 changed files with 20 additions and 23 deletions

View File

@@ -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{");