commit | ef1b78cbcd8ade0c5444f3ff9dd00a40e760ec92 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sun Feb 26 17:00:57 2012 +0400 |
committer | David Lamparter <equinox@diac24.net> | Mon Mar 12 11:05:34 2012 +0100 |
tree | ad1f4d0ac76be5cff0cea5c44ba23b76967746c2 | |
parent | b29adf9c3e69f298f748564a20abdf7274bbc549 [diff] [blame] |
ospfd: introduce ospf_auth_type_str[]
diff --git a/ospfd/ospf_dump.h b/ospfd/ospf_dump.h index 455214f..a2d5e8b 100644 --- a/ospfd/ospf_dump.h +++ b/ospfd/ospf_dump.h
@@ -122,6 +122,8 @@ /* 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 *);