summaryrefslogtreecommitdiff
path: root/isisd/isis_lsp.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-24 10:45:28 +0000
committerhasso <hasso>2004-09-24 10:45:28 +0000
commit73d1aeada73abf3ca803aea074a1da5c264bf86e (patch)
tree3abea0ade03efc70d7d0b9892543cf1bf41edba7 /isisd/isis_lsp.h
parent26f7a244d0f7e6a658cc48b88613b6919a6f5fbe (diff)
* isisd.c: thread_master *master is already defined in isis_main.c.
* isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
Diffstat (limited to 'isisd/isis_lsp.h')
-rw-r--r--isisd/isis_lsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h
index c6eb7c27..d92175c4 100644
--- a/isisd/isis_lsp.h
+++ b/isisd/isis_lsp.h
@@ -120,9 +120,6 @@ int lsp_print_all (struct vty *vty, dict_t * lspdb, char detail,
char dynhost);
char *lsp_bits2string (u_char *);
-/* staticly assigned vars for printing purposes */
-char lsp_bits_string[200]; /* FIXME: enough ? */
-
#ifdef TOPOLOGY_GENERATE
void generate_topology_lsps (struct isis_area *area);
void remove_topology_lsps (struct isis_area *area);