diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-24 21:35:08 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-07 17:19:11 +0100 | 
| commit | 0a3fc2a5df0d7896471a7daf2fcad2f9cd64d686 (patch) | |
| tree | c30117ec4e8ac982c0bc74b9c167f2b0ff698f45 /ospfd/ospf_dump.h | |
| parent | 50b05f3c3dc197c0ba6f795b99b351b890a568ee (diff) | |
ospfd: isolate ospfapiclient lib from ospf lib
The OSPF API-client library doesn't really use anything from libospf
except some small dumping tools.  Isolate these into a separate file
and detangle the ospfapiclient library.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_dump.h')
| -rw-r--r-- | ospfd/ospf_dump.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/ospfd/ospf_dump.h b/ospfd/ospf_dump.h index f843df03ae..9bed853eed 100644 --- a/ospfd/ospf_dump.h +++ b/ospfd/ospf_dump.h @@ -126,20 +126,16 @@ extern unsigned long term_debug_ospf_te;  /* 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 *);  extern const char *ospf_area_desc_string (struct ospf_area *);  extern const char *ospf_if_name_string (struct ospf_interface *);  extern void ospf_nbr_state_message (struct ospf_neighbor *, char *, size_t); -extern char *ospf_options_dump (u_char);  extern const char *ospf_timer_dump (struct thread *, char *, size_t);  extern const char *ospf_timeval_dump (struct timeval *, char *, size_t);  extern void ospf_ip_header_dump (struct ip *);  extern void ospf_packet_dump (struct stream *); -extern void ospf_lsa_header_dump (struct lsa_header *);  extern void debug_init (void);  /* Appropriate buffer size to use with ospf_timer_dump and ospf_timeval_dump: */  | 
