Diff for /embedaddon/quagga/ospfd/ospf_dump.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/05/29 11:53:41
Line 121  extern unsigned long term_debug_ospf_zebra; Line 121  extern unsigned long term_debug_ospf_zebra;
 extern unsigned long term_debug_ospf_nssa;  extern unsigned long term_debug_ospf_nssa;
   
 /* Message Strings. */  /* Message Strings. */
 extern const char *ospf_packet_type_str[];  
 extern char *ospf_lsa_type_str[];  extern char *ospf_lsa_type_str[];
   extern const struct message ospf_auth_type_str[];
   extern const size_t ospf_auth_type_str_max;
   
 /* Prototypes. */  /* Prototypes. */
 extern const char *ospf_area_name_string (struct ospf_area *);  extern const char *ospf_area_name_string (struct ospf_area *);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>