diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-02 21:04:23 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-02 21:04:23 +0200 |
commit | db9fb727699a6244afcff28dcc2320a3e66ee269 (patch) | |
tree | f81683841124581decd4229a5f00018f26a5cf2c /proto/ospf/dbdes.h | |
parent | 10be74da202b20a7d502724ef8e7a9787b7eba0a (diff) | |
download | bird-db9fb727699a6244afcff28dcc2320a3e66ee269.tar bird-db9fb727699a6244afcff28dcc2320a3e66ee269.zip |
lsa_cmp moved into lsalib.c
Diffstat (limited to 'proto/ospf/dbdes.h')
-rw-r--r-- | proto/ospf/dbdes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/dbdes.h b/proto/ospf/dbdes.h index 6cbad97..09642ff 100644 --- a/proto/ospf/dbdes.h +++ b/proto/ospf/dbdes.h @@ -16,3 +16,4 @@ void ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p, struct ospf_iface *ifa, u16 size); #endif /* _BIRD_OSPF_DBDES_H_ */ + |