From c748cdb9ec8b7de5daaf759825bc428cd0bcd400 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 1 Mar 1999 21:18:01 +0000 Subject: Hopefully ended translating to new interface --- proto/rip/rip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index e79c95d..9c66981 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -83,6 +83,7 @@ struct rip_patt { }; struct rip_proto_config { + struct proto_config c; list iface_list; /* Patterns configured */ int infinity; /* User configurable data */ @@ -106,4 +107,5 @@ struct rip_proto { #define CHK_MAGIC do { if (P->magic != RIP_MAGIC) bug( "Not enough magic\n" ); } while (0) void rip_init_instance(struct proto *p); +void rip_init_config(struct rip_proto_config *c); struct rip_interface *new_iface(struct proto *p, struct iface *new, unsigned long flags); -- cgit v1.2.3