diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 22:08:37 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 22:08:37 +0100 |
commit | 93fb60d54ca7ce3efec1cc0b39fb0840d055ccd1 (patch) | |
tree | d0e59363081896e579932777e5c4e8fcd2205f82 /proto/rip/rip.h | |
parent | 8450be97d6ffb052fce95292d39c3f67afbcdc1c (diff) | |
download | bird-93fb60d54ca7ce3efec1cc0b39fb0840d055ccd1.tar bird-93fb60d54ca7ce3efec1cc0b39fb0840d055ccd1.zip |
Fixed few misspellings and exported instance init as rip_init_instance().
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 1f87891..b87ca1a 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -81,3 +81,5 @@ struct rip_data { #define RIP_MAGIC 81861253 #define CHK_MAGIC do { if (P->magic != RIP_MAGIC) die( "Not enough magic\n" ); } while (0) + +void rip_init_instance(struct proto *p); |