From 1cd80845dc5262ff7d3d38deb1921f0b8390f4df Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 7 Oct 2004 20:07:40 +0000 Subject: No warnings here any more. --- isisd/isis_lsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/isis_lsp.h') diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h index 67242f28..8e450668 100644 --- a/isisd/isis_lsp.h +++ b/isisd/isis_lsp.h @@ -118,7 +118,7 @@ void lsp_update (struct isis_lsp *lsp, struct isis_link_state_hdr *lsp_hdr, void lsp_inc_seqnum (struct isis_lsp *lsp, u_int32_t seq_num); int lsp_print_all (struct vty *vty, dict_t * lspdb, char detail, char dynhost); -char *lsp_bits2string (u_char *); +const char *lsp_bits2string (u_char *); #ifdef TOPOLOGY_GENERATE void generate_topology_lsps (struct isis_area *area); -- cgit v1.2.1