diff options
author | paul <paul> | 2003-03-25 02:37:13 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-25 02:37:13 +0000 |
commit | f7ccadc4a079d585770cb5fc6add832d4384facc (patch) | |
tree | c2c96f7405c46112eb3d8f6efcc693e040bc222b /ospfd/ospf_zebra.h | |
parent | 139c7c96b474a90aa3685b7efb8f23b550be1ff1 (diff) | |
download | quagga-zebra.org.20030325.tar.bz2 quagga-zebra.org.20030325.tar.xz |
Import of Zebra CVS 20030325-02:30zebra.org.20030325
Diffstat (limited to 'ospfd/ospf_zebra.h')
-rw-r--r-- | ospfd/ospf_zebra.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ospfd/ospf_zebra.h b/ospfd/ospf_zebra.h index 5dbf5739..8c00c9d7 100644 --- a/ospfd/ospf_zebra.h +++ b/ospfd/ospf_zebra.h @@ -50,14 +50,14 @@ void ospf_zebra_delete_discard (struct prefix_ipv4 *); int ospf_default_originate_timer (struct thread *); -int ospf_redistribute_check (struct external_info *, int *); -int ospf_distribute_check_connected (struct external_info *); -void ospf_distribute_list_update (int); +int ospf_redistribute_check (struct ospf *, struct external_info *, int *); +int ospf_distribute_check_connected (struct ospf *, struct external_info *); +void ospf_distribute_list_update (struct ospf *, int); int ospf_is_type_redistributed (int); int ospf_redistribute_unset (int); -void ospf_distance_reset (); +void ospf_distance_reset (struct ospf *); u_char ospf_distance_apply (struct prefix_ipv4 *, struct ospf_route *); struct vty; @@ -66,8 +66,8 @@ int ospf_redistribute_set (int, int, int); int ospf_redistribute_unset (int); int ospf_redistribute_default_set (int, int, int); int ospf_redistribute_default_unset (); -int ospf_distribute_list_out_set (int, char *); -int ospf_distribute_list_out_unset (int, char *); +int ospf_distribute_list_out_set (struct ospf *, int, char *); +int ospf_distribute_list_out_unset (struct ospf *, int, char *); void ospf_routemap_set (int, char *); void ospf_routemap_unset (int); int ospf_distance_set (struct vty *, char *, char *, char *); |