0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +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; list proto_list;
void void
proto_init(void) protos_init(void)
{ {
init_list(&proto_list); init_list(&proto_list);
} }