diff options
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r-- | proto/ospf/lsack.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index 5870809..f34f776 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -37,3 +37,9 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p, /* FIXME Go on! */ } +void +add_ack_list(struct ospf_neighbor *n,struct ospf_lsa_header *lsa) +{ + /* FIXME Go on */ +} + |