summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1998-07-09 21:36:52 +0200
committerPavel Machek <pavel@ucw.cz>1998-07-09 21:36:52 +0200
commit87d2be86e5f8af0e2f01e7fb711bd282e29e376b (patch)
tree6c0a825535ad590d82282bda6969883838d90702 /nest/protocol.h
parentcf3527e2f4f1f4009fa332e6284b8904c24d0d43 (diff)
downloadbird-87d2be86e5f8af0e2f01e7fb711bd282e29e376b.tar
bird-87d2be86e5f8af0e2f01e7fb711bd282e29e376b.zip
Adding proto_dump_all() function
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h2
1 files changed, 2 insertions, 0 deletions
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