summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 19:49:25 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 19:49:25 +0200
commit12bed559ffaccc7093188722899e4ac85521777e (patch)
tree2781fe7cf6de7cf8cb94ec412fb2417fbfe15ec1 /proto/ospf/dbdes.h
parent85305e5d8f7137dc5ce4572d72e80ad186792b37 (diff)
downloadbird-12bed559ffaccc7093188722899e4ac85521777e.tar
bird-12bed559ffaccc7093188722899e4ac85521777e.zip
dbdes indent an minor changes.
Diffstat (limited to 'proto/ospf/dbdes.h')
-rw-r--r--proto/ospf/dbdes.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/proto/ospf/dbdes.h b/proto/ospf/dbdes.h
index 2cdb216..b332ecb 100644
--- a/proto/ospf/dbdes.h
+++ b/proto/ospf/dbdes.h
@@ -1,7 +1,7 @@
/*
* BIRD -- OSPF
*
- * (c) 1999 - 2000 Ondrej Filip <feela@network.cz>
+ * (c) 1999 - 2004 Ondrej Filip <feela@network.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*
@@ -10,9 +10,8 @@
#ifndef _BIRD_OSPF_DBDES_H_
#define _BIRD_OSPF_DBDES_H_
-void ospf_dbdes_tx(struct ospf_neighbor *n);
-void ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
- struct ospf_iface *ifa, u16 size);
+void ospf_dbdes_send(struct ospf_neighbor *n);
+void ospf_dbdes_receive(struct ospf_dbdes_packet *ps,
+ struct ospf_iface *ifa, u16 size);
#endif /* _BIRD_OSPF_DBDES_H_ */
-