diff options
Diffstat (limited to 'ospf6d/ospf6_message.h')
-rw-r--r-- | ospf6d/ospf6_message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_message.h b/ospf6d/ospf6_message.h index f8be627b..186fc74b 100644 --- a/ospf6d/ospf6_message.h +++ b/ospf6d/ospf6_message.h @@ -122,6 +122,7 @@ void ospf6_lsreq_print (struct ospf6_header *); void ospf6_lsupdate_print (struct ospf6_header *); void ospf6_lsack_print (struct ospf6_header *); +int ospf6_iobuf_size (int size); int ospf6_receive (struct thread *thread); int ospf6_hello_send (struct thread *thread); |