summaryrefslogtreecommitdiffstats
path: root/isisd/isis_routemap.c
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-12-08 02:09:50 +0100
committerPaul Jakma <paul.jakma@sun.com>2006-12-08 02:09:50 +0100
commit41b36e9013111a6da812ca000e3b978282bd27a9 (patch)
tree11805d66de677613be7fe5e31626cfbbbbec78a6 /isisd/isis_routemap.c
parent[zebra] Changes of nexthops of static routes didnt take effect (diff)
downloadfrr-41b36e9013111a6da812ca000e3b978282bd27a9.tar.xz
frr-41b36e9013111a6da812ca000e3b978282bd27a9.zip
[isisd] Fix compiler warnings and allow v4-only compilation
2006-12-08 Hannes Gredler <hannes@gredler.at> * isis_adjacency.c: (isis_new_adj) Allow NULL snpa argument. * isis_pdu.c: (various) Update calls to isis_new_adj() to pass NULL and use default. * (general) Add forward declarations where required. Fix up const char *'s. Allow V4-only compilation.
Diffstat (limited to 'isisd/isis_routemap.c')
-rw-r--r--isisd/isis_routemap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/isisd/isis_routemap.c b/isisd/isis_routemap.c
index 4235d882f..cff0fa3ff 100644
--- a/isisd/isis_routemap.c
+++ b/isisd/isis_routemap.c
@@ -49,6 +49,14 @@
extern struct isis *isis;
+/*
+ * Prototypes.
+ */
+void isis_route_map_upd(const char *);
+void isis_route_map_event(route_map_event_t, const char *);
+void isis_route_map_init(void);
+
+
void
isis_route_map_upd (const char *name)
{