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_dr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/isis_dr.h') diff --git a/isisd/isis_dr.h b/isisd/isis_dr.h index b0386d4d..bad68361 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 { -- cgit v1.2.1