diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-24 16:48:52 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-24 16:48:52 +0200 |
commit | ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f (patch) | |
tree | 7fc6d4d5eea77861d43cfd743e8dd6b851a7d226 /nest/proto.c | |
parent | b53499cdaa21994f5d92afed23fdf85c2b7fe134 (diff) | |
download | bird-ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f.tar bird-ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f.zip |
protos_init, not proto_init.
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
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); } |