summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 04:22:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:14 -0500
commit2a750c8c63a76543910ca02d3414a55620649dad (patch)
treea9033714ab5bb60123e75af82748f46015881b7e /source4/build
parent5f78514676f8efcdf6d24d4e23146927e1924aa7 (diff)
downloadsamba-2a750c8c63a76543910ca02d3414a55620649dad.tar.gz
samba-2a750c8c63a76543910ca02d3414a55620649dad.tar.bz2
samba-2a750c8c63a76543910ca02d3414a55620649dad.zip
r5032: get rid of the init fns in eparser
(This used to be commit dc8c7cb85cf87d5976573ea6e9de43c0c9d5f44a)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/eparser.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm
index 478525deb0..f6403992ad 100644
--- a/source4/build/pidl/eparser.pm
+++ b/source4/build/pidl/eparser.pm
@@ -558,6 +558,9 @@ sub RewriteC($$$)
next, if /^void ndr_print/ .. /^}/;
next, if /^size_t ndr_size/ .. /^}/;
+ # get rid of the init functions
+ next, if /^NTSTATUS dcerpc_ndr_\w+_init/ .. /^}/;
+
# Get rid of dcerpc interface structures and functions since
# they are also not very interesting.