summaryrefslogtreecommitdiffstats
path: root/nest/proto.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-24 16:48:52 +0200
committerMartin Mares <mj@ucw.cz>1998-05-24 16:48:52 +0200
commitded3ee6dddae06c1cabc3a2d34e3139eb0eb338f (patch)
tree7fc6d4d5eea77861d43cfd743e8dd6b851a7d226 /nest/proto.c
parentb53499cdaa21994f5d92afed23fdf85c2b7fe134 (diff)
downloadbird-ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f.tar
bird-ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f.zip
protos_init, not proto_init.
Diffstat (limited to 'nest/proto.c')
-rw-r--r--nest/proto.c2
1 files changed, 1 insertions, 1 deletions
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);
}