diff options
author | hasso <hasso> | 2004-10-11 13:11:56 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-11 13:11:56 +0000 |
commit | f90a5f6f1a6c1c1a4199a87a6202fe3edc9f7520 (patch) | |
tree | 6ab4dd093298c0c8d68b854fc6400374cbd054f2 /isisd/isis_routemap.c | |
parent | 98b718a9d2aa7a3324c553944e26914fe090b87a (diff) |
Sync isisd with changes in lib.
Diffstat (limited to 'isisd/isis_routemap.c')
-rw-r--r-- | isisd/isis_routemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |