From 87d2be86e5f8af0e2f01e7fb711bd282e29e376b Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 9 Jul 1998 19:36:52 +0000 Subject: Adding proto_dump_all() function --- nest/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 7fe1871..a42f565 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -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 -- cgit v1.2.3