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;