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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user