summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_message.h')
-rw-r--r--ospf6d/ospf6_message.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/ospf6d/ospf6_message.h b/ospf6d/ospf6_message.h
index 437dd5685b..daab98640e 100644
--- a/ospf6d/ospf6_message.h
+++ b/ospf6d/ospf6_message.h
@@ -173,16 +173,16 @@ extern void ospf6_fifo_free(struct ospf6_fifo *fifo);
extern int ospf6_iobuf_size(unsigned int size);
extern void ospf6_message_terminate(void);
-extern int ospf6_receive(struct thread *thread);
-
-extern int ospf6_hello_send(struct thread *thread);
-extern int ospf6_dbdesc_send(struct thread *thread);
-extern int ospf6_dbdesc_send_newone(struct thread *thread);
-extern int ospf6_lsreq_send(struct thread *thread);
-extern int ospf6_lsupdate_send_interface(struct thread *thread);
-extern int ospf6_lsupdate_send_neighbor(struct thread *thread);
-extern int ospf6_lsack_send_interface(struct thread *thread);
-extern int ospf6_lsack_send_neighbor(struct thread *thread);
+extern void ospf6_receive(struct thread *thread);
+
+extern void ospf6_hello_send(struct thread *thread);
+extern void ospf6_dbdesc_send(struct thread *thread);
+extern void ospf6_dbdesc_send_newone(struct thread *thread);
+extern void ospf6_lsreq_send(struct thread *thread);
+extern void ospf6_lsupdate_send_interface(struct thread *thread);
+extern void ospf6_lsupdate_send_neighbor(struct thread *thread);
+extern void ospf6_lsack_send_interface(struct thread *thread);
+extern void ospf6_lsack_send_neighbor(struct thread *thread);
extern int config_write_ospf6_debug_message(struct vty *);
extern void install_element_ospf6_debug_message(void);