From f90a5f6f1a6c1c1a4199a87a6202fe3edc9f7520 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 11 Oct 2004 13:11:56 +0000 Subject: Sync isisd with changes in lib. --- isisd/isis_routemap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'isisd/isis_routemap.c') diff --git a/isisd/isis_routemap.c b/isisd/isis_routemap.c index 688ca58b..db52f328 100644 --- a/isisd/isis_routemap.c +++ b/isisd/isis_routemap.c @@ -52,7 +52,7 @@ extern struct isis *isis; void -isis_route_map_upd (char *name) +isis_route_map_upd (const char *name) { int i = 0; @@ -71,7 +71,7 @@ isis_route_map_upd (char *name) } void -isis_route_map_event (route_map_event_t event, char *name) +isis_route_map_event (route_map_event_t event, const char *name) { int type; -- cgit v1.2.1