From b61b22d73a0b0fb3322884e3712c89a52a47f56b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 9 Jan 2005 11:50:45 +0000 Subject: r4619: Remove extern declaration of dcerpc_pipes, which is now static (This used to be commit 95e849bf94160ae4807a54b28e351539c1119215) --- source4/librpc/rpc/dcerpc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index f5ed637d0b..40ac18d13c 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -161,9 +161,6 @@ struct dcerpc_interface_list { 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; -- cgit