diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2012-02-26 17:00:57 +0400 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-03-12 11:05:34 +0100 |
commit | ef1b78cbcd8ade0c5444f3ff9dd00a40e760ec92 (patch) | |
tree | ad1f4d0ac76be5cff0cea5c44ba23b76967746c2 /ospfd/ospf_dump.h | |
parent | b29adf9c3e69f298f748564a20abdf7274bbc549 (diff) |
ospfd: introduce ospf_auth_type_str[]
Diffstat (limited to 'ospfd/ospf_dump.h')
-rw-r--r-- | ospfd/ospf_dump.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 *); |