From ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 May 1998 14:48:52 +0000 Subject: protos_init, not proto_init. --- nest/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index ff75d94..53e7d6e 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); } -- cgit v1.2.3