From 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 23 Sep 2004 19:18:23 +0000 Subject: Remove usage of evil list and listnode typedefs. --- ospfd/ospf_packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_packet.h') diff --git a/ospfd/ospf_packet.h b/ospfd/ospf_packet.h index a439aa39..48f4e13d 100644 --- a/ospfd/ospf_packet.h +++ b/ospfd/ospf_packet.h @@ -153,7 +153,7 @@ void ospf_db_desc_send (struct ospf_neighbor *); void ospf_db_desc_resend (struct ospf_neighbor *); void ospf_ls_req_send (struct ospf_neighbor *); void ospf_ls_upd_send_lsa (struct ospf_neighbor *, struct ospf_lsa *, int); -void ospf_ls_upd_send (struct ospf_neighbor *, list, int); +void ospf_ls_upd_send (struct ospf_neighbor *, struct list *, int); void ospf_ls_ack_send (struct ospf_neighbor *, struct ospf_lsa *); void ospf_ls_ack_send_delayed (struct ospf_interface *); void ospf_ls_retransmit (struct ospf_interface *, struct ospf_lsa *); -- cgit v1.2.3