svn commit: samba r5032 - in branches/SAMBA_4_0/source/build/pidl: .

tridge at samba.org tridge at samba.org
Thu Jan 27 04:22:45 GMT 2005


Author: tridge
Date: 2005-01-27 04:22:44 +0000 (Thu, 27 Jan 2005)
New Revision: 5032

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5032

Log:
get rid of the init fns in eparser













Modified:
   branches/SAMBA_4_0/source/build/pidl/eparser.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/eparser.pm	2005-01-27 03:01:59 UTC (rev 5031)
+++ branches/SAMBA_4_0/source/build/pidl/eparser.pm	2005-01-27 04:22:44 UTC (rev 5032)
@@ -558,6 +558,9 @@
         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.
 



More information about the samba-cvs mailing list