summaryrefslogtreecommitdiffstats
path: root/ospf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf.h')
-rw-r--r--ospf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf.h b/ospf.h
index 2b1c6ee..b86458b 100644
--- a/ospf.h
+++ b/ospf.h
@@ -324,5 +324,5 @@ struct ospfhdr {
#define ospf_lsa ospf_un.un_lsa
/* Functions shared by ospf and ospf6 */
-extern int ospf_print_te_lsa(u_int8_t *, u_int);
-extern int ospf_print_grace_lsa(u_int8_t *, u_int);
+extern int ospf_print_te_lsa(const u_int8_t *, u_int);
+extern int ospf_print_grace_lsa(const u_int8_t *, u_int);
OpenPOWER on IntegriCloud