commit | f90a5f6f1a6c1c1a4199a87a6202fe3edc9f7520 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Mon Oct 11 13:11:56 2004 +0000 |
committer | hasso <hasso> | Mon Oct 11 13:11:56 2004 +0000 |
tree | 6ab4dd093298c0c8d68b854fc6400374cbd054f2 | |
parent | 98b718a9d2aa7a3324c553944e26914fe090b87a [diff] [blame] |
Sync isisd with changes in lib.
diff --git a/isisd/isis_routemap.c b/isisd/isis_routemap.c index 688ca58..db52f32 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 @@ } 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;