0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

protos_init, not proto_init.

This commit is contained in:
Martin Mares 1998-05-24 14:48:52 +00:00
parent b53499cdaa
commit ded3ee6ddd

View File

@ -14,7 +14,7 @@
list proto_list;
void
proto_init(void)
protos_init(void)
{
init_list(&proto_list);
}