From ef1b78cbcd8ade0c5444f3ff9dd00a40e760ec92 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sun, 26 Feb 2012 17:00:57 +0400 Subject: ospfd: introduce ospf_auth_type_str[] --- ospfd/ospf_dump.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ospfd/ospf_dump.h') diff --git a/ospfd/ospf_dump.h b/ospfd/ospf_dump.h index 455214f5..a2d5e8ba 100644 --- a/ospfd/ospf_dump.h +++ b/ospfd/ospf_dump.h @@ -122,6 +122,8 @@ extern unsigned long term_debug_ospf_nssa; /* Message Strings. */ extern char *ospf_lsa_type_str[]; +extern const struct message ospf_auth_type_str[]; +extern const size_t ospf_auth_type_str_max; /* Prototypes. */ extern const char *ospf_area_name_string (struct ospf_area *); -- cgit v1.2.1