summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_zebra.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-12-09 17:28:55 +0000
committerDavid Lamparter <equinox@diac24.net>2010-02-05 01:40:34 +0100
commitebada09457732536a890630e695cb6e4eb4d4d44 (patch)
treefa348c99cef57817919949e0a22c5b3e03a6a7a5 /ospfd/ospf_zebra.h
parent75f1999b2c42042725b9ee782e135b0300cc384e (diff)
downloadquagga-ebada09457732536a890630e695cb6e4eb4d4d44.tar.bz2
quagga-ebada09457732536a890630e695cb6e4eb4d4d44.tar.xz
ospf: cleanup
OSPF compiler warnings: * remove dead code * avoid casting int to pointer (instead use unsigned long) (changes to ospf_ase.c removed by David Lamparter) Cc: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospfd/ospf_zebra.h')
-rw-r--r--ospfd/ospf_zebra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_zebra.h b/ospfd/ospf_zebra.h
index 3efd8958..b6419c8b 100644
--- a/ospfd/ospf_zebra.h
+++ b/ospfd/ospf_zebra.h
@@ -56,7 +56,7 @@ extern int ospf_redistribute_check (struct ospf *, struct external_info *,
int *);
extern int ospf_distribute_check_connected (struct ospf *,
struct external_info *);
-extern void ospf_distribute_list_update (struct ospf *, int);
+extern void ospf_distribute_list_update (struct ospf *, unsigned long);
extern int ospf_is_type_redistributed (int);
extern void ospf_distance_reset (struct ospf *);