diff options
| author | hasso <hasso> | 2004-09-23 19:18:23 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-09-23 19:18:23 +0000 | 
| commit | 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd (patch) | |
| tree | a557339540c56dd3953c29a50ca0e48c1911efc8 /ospfd/ospf_packet.h | |
| parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 (diff) | |
Remove usage of evil list and listnode typedefs.
Diffstat (limited to 'ospfd/ospf_packet.h')
| -rw-r--r-- | ospfd/ospf_packet.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.h b/ospfd/ospf_packet.h index a439aa3910..48f4e13dcc 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 *);  | 
