mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
protos_init, not proto_init.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
list proto_list;
|
||||
|
||||
void
|
||||
proto_init(void)
|
||||
protos_init(void)
|
||||
{
|
||||
init_list(&proto_list);
|
||||
}
|
||||
|
Reference in New Issue
Block a user