summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_top.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r--ospf6d/ospf6_top.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h
index eae20e6e..ba485f9e 100644
--- a/ospf6d/ospf6_top.h
+++ b/ospf6d/ospf6_top.h
@@ -68,9 +68,9 @@ struct ospf6
extern struct ospf6 *ospf6;
/* prototypes */
-void ospf6_top_init ();
+extern void ospf6_top_init (void);
-void ospf6_maxage_remove (struct ospf6 *o);
+extern void ospf6_maxage_remove (struct ospf6 *o);
#endif /* OSPF6_TOP_H */