summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-11 14:57:57 +0200
committerhasso <hasso>2004-10-11 14:57:57 +0200
commit98b718a9d2aa7a3324c553944e26914fe090b87a (patch)
tree13a7002a3265a2debfa411a2a2c544dbde972f0a /ripngd/ripngd.c
parentSome more const string fixes. (diff)
downloadfrr-98b718a9d2aa7a3324c553944e26914fe090b87a.tar.xz
frr-98b718a9d2aa7a3324c553944e26914fe090b87a.zip
Sync with changes in lib. Make more strings const.
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r--ripngd/ripngd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c
index a7254bc14..edf959fa1 100644
--- a/ripngd/ripngd.c
+++ b/ripngd/ripngd.c
@@ -2992,7 +2992,7 @@ ripng_routemap_update_redistribute (void)
}
void
-ripng_routemap_update (char *unused)
+ripng_routemap_update (const char *unused)
{
struct interface *ifp;
struct listnode *node;