From 2a750c8c63a76543910ca02d3414a55620649dad Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Jan 2005 04:22:44 +0000 Subject: r5032: get rid of the init fns in eparser (This used to be commit dc8c7cb85cf87d5976573ea6e9de43c0c9d5f44a) --- source4/build/pidl/eparser.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/build') 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. -- cgit