diff --git a/nest/proto.c b/nest/proto.c index ff75d94a..53e7d6e9 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -14,7 +14,7 @@ list proto_list; void -proto_init(void) +protos_init(void) { init_list(&proto_list); }