diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-05-31 22:30:16 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-05-31 22:30:16 +0200 |
commit | b94bbe00278b0c6e84f34875367d85d34d08621b (patch) | |
tree | d0bdea327d5c333cbc7f46ce5919cdae69c3184c /proto/rip/rip.h | |
parent | c7208da0b72dc7e4ff512edbecc62a99b0392c5a (diff) | |
download | bird-b94bbe00278b0c6e84f34875367d85d34d08621b.tar bird-b94bbe00278b0c6e84f34875367d85d34d08621b.zip |
Added FIXME: mode broadcast randombly corrupts memory.
Small cleaning and bugfixes.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index cee1b90..911d347 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -133,7 +133,6 @@ struct rip_proto { 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, struct iface_patt *patt); /* Authentication functions */ |