diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-26 12:54:23 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-26 12:54:23 +0000 |
commit | dfa9a53a66e5747ddbeedfa0a47fa2ca9fc93b99 (patch) | |
tree | bee849b2e5b275c64721f6a6bb541ce8e0d80619 /proto/ospf/lsupd.h | |
parent | 0cadd5f531a82578ea6323f730cf8204b755895f (diff) |
Routing table calculation. Dijkstra done.
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r-- | proto/ospf/lsupd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h index e0ecf097..a03ed8c5 100644 --- a/proto/ospf/lsupd.h +++ b/proto/ospf/lsupd.h @@ -10,7 +10,6 @@ #ifndef _BIRD_OSPF_LSUPD_H_ #define _BIRD_OSPF_LSUPD_H_ -void ospf_lsupd_tx(struct ospf_neighbor *n); void ospf_lsupd_tx_list(struct ospf_neighbor *n, list *l); void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, struct ospf_iface *ifa, u16 size); |