summaryrefslogtreecommitdiff
path: root/isisd/topology/spgrid.h
diff options
context:
space:
mode:
authorhasso <hasso>2005-09-01 18:18:47 +0000
committerhasso <hasso>2005-09-01 18:18:47 +0000
commit29e50b23530f37df9073808fe78a6c22f00beeea (patch)
treec6461b12ec92d0ba5dc776a16510dc2695c6587a /isisd/topology/spgrid.h
parentaac372f4f5b617a579dafeab31fb486a5d69d65d (diff)
* random.c, spgrid.[ch]: Fix warnings with hope that I didn't broke
anything. These floats to longs and vice versa casts are starnge indeed. * isis_pdu.c: As we don't use %z for size_t for now because we support older compilers, cast them to unsigned long. Also fix previous changelog entry. Isisd compiles cleanly now again.
Diffstat (limited to 'isisd/topology/spgrid.h')
-rw-r--r--isisd/topology/spgrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/topology/spgrid.h b/isisd/topology/spgrid.h
index f96c00f3..1c1ceea5 100644
--- a/isisd/topology/spgrid.h
+++ b/isisd/topology/spgrid.h
@@ -33,7 +33,7 @@ struct arc {
};
int gen_spgrid_topology (struct vty *vty, struct list *topology);
-int spgrid_check_params (struct vty *vty, int argc, char **argv);
+int spgrid_check_params (struct vty *vty, int argc, const char **argv);
#endif /* _ZEBRA_ISIS_TOPOLOGY_SPGRID_H */