summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-03-01 22:18:01 +0100
committerPavel Machek <pavel@ucw.cz>1999-03-01 22:18:01 +0100
commitc748cdb9ec8b7de5daaf759825bc428cd0bcd400 (patch)
treeaea4034a00bba2df6503dbe2d7a3b2fab48db5a1 /proto/rip/rip.h
parentbdb95a21a45bce1754bf54de3e7423cf8eebf9ee (diff)
downloadbird-c748cdb9ec8b7de5daaf759825bc428cd0bcd400.tar
bird-c748cdb9ec8b7de5daaf759825bc428cd0bcd400.zip
Hopefully ended translating to new interface
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h2
1 files changed, 2 insertions, 0 deletions
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);