1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixed few misspellings and exported instance init as rip_init_instance().

This commit is contained in:
Martin Mares
1998-11-27 21:08:37 +00:00
parent 8450be97d6
commit 93fb60d54c
2 changed files with 13 additions and 9 deletions

View File

@@ -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);