diff options
author | hasso <hasso> | 2004-10-07 22:07:40 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 22:07:40 +0200 |
commit | 1cd80845dc5262ff7d3d38deb1921f0b8390f4df (patch) | |
tree | fc41aebc4470a8467663ccdc6dcc4b91edb75769 /isisd/isis_lsp.h | |
parent | 2004-10-07 Greg Troxel <gdt@claude.ir.bbn.com> (diff) | |
download | frr-1cd80845dc5262ff7d3d38deb1921f0b8390f4df.tar.xz frr-1cd80845dc5262ff7d3d38deb1921f0b8390f4df.zip |
No warnings here any more.
Diffstat (limited to 'isisd/isis_lsp.h')
-rw-r--r-- | isisd/isis_lsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h index 67242f283..8e4506685 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); |