svn commit: samba r4619 - in branches/SAMBA_4_0/source/librpc/rpc: .

jelmer at samba.org jelmer at samba.org
Sun Jan 9 11:50:46 GMT 2005


Author: jelmer
Date: 2005-01-09 11:50:45 +0000 (Sun, 09 Jan 2005)
New Revision: 4619

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

Log:
Remove extern declaration of dcerpc_pipes, which is now static

Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc.h


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc.h
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc.h	2005-01-09 11:32:12 UTC (rev 4618)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc.h	2005-01-09 11:50:45 UTC (rev 4619)
@@ -161,9 +161,6 @@
 	const struct dcerpc_interface_table *table;
 };
 
-extern struct dcerpc_interface_list *dcerpc_pipes;
-
-
 /* this describes a binding to a particular transport/pipe */
 struct dcerpc_binding {
 	enum dcerpc_transport_t transport;



More information about the samba-cvs mailing list