From de769e24c01ff0c4aa573d9b4cec833dcae182d2 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 30 Mar 2000 20:00:42 +0000 Subject: Skeleton structures and files added. --- proto/ospf/lsupd.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 proto/ospf/lsupd.h (limited to 'proto/ospf/lsupd.h') diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h new file mode 100644 index 0000000..1aee1dc --- /dev/null +++ b/proto/ospf/lsupd.h @@ -0,0 +1,17 @@ +/* + * BIRD -- OSPF + * + * (c) 2000 Ondrej Filip + * + * Can be freely distributed and used under the terms of the GNU GPL. + * + */ + +#ifndef _BIRD_OSPF_LSUPD_H_ +#define _BIRD_OSPF_LSUPD_H_ + +void ospf_lsupd_tx(struct ospf_neighbor *n); +void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, + struct ospf_iface *ifa, u16 size); + +#endif /* _BIRD_OSPF_LSUPD_H_ */ -- cgit v1.2.3