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_dr.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_dr.h')
-rw-r--r-- | isisd/isis_dr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_dr.h b/isisd/isis_dr.h index b0386d4dc..bad683614 100644 --- a/isisd/isis_dr.h +++ b/isisd/isis_dr.h @@ -29,7 +29,7 @@ int isis_run_dr_l2 (struct thread *thread); int isis_dr_elect (struct isis_circuit *circuit, int level); int isis_dr_resign (struct isis_circuit *circuit, int level); int isis_dr_commence (struct isis_circuit *circuit, int level); -char *isis_disflag2string (int disflag); +const char *isis_disflag2string (int disflag); enum isis_dis_state { |