mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Cleanup in packet.c. Deleted unused parameters.
This commit is contained in:
@@ -17,7 +17,7 @@ struct lsah_n
|
||||
};
|
||||
|
||||
void ospf_lsack_receive(struct ospf_lsack_packet *ps,
|
||||
struct ospf_iface *ifa, u16 size);
|
||||
struct ospf_iface *ifa, struct ospf_neighbor *n);
|
||||
void ospf_lsack_send(struct ospf_neighbor *n, int queue);
|
||||
void ospf_lsack_enqueue(struct ospf_neighbor *n, struct ospf_lsa_header *h,
|
||||
int queue);
|
||||
|
Reference in New Issue
Block a user