1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Adding proto_dump_all() function

This commit is contained in:
Pavel Machek
1998-07-09 19:36:52 +00:00
parent cf3527e2f4
commit 87d2be86e5
2 changed files with 18 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ void protos_init(void);
void protos_preconfig(void);
void protos_postconfig(void);
void protos_start(void);
void protos_dump_all(void);
extern list protocol_list;
@@ -43,6 +44,7 @@ extern list protocol_list;
*/
extern struct protocol proto_device;
extern struct protocol proto_rip;
/*
* Routing Protocol Instance