summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-26 21:04:18 +0200
committerOndrej Filip <feela@network.cz>2000-05-26 21:04:18 +0200
commit2d5b999236c20d293006af0b4d94af7ae04dd2a7 (patch)
treef96191efce28ed47f59d4c1301f7a0cd6fd19ab4 /proto/ospf/ospf.h
parent216fd83c4b213ea3774d2c536ae089ea1e81b443 (diff)
downloadbird-2d5b999236c20d293006af0b4d94af7ae04dd2a7.tar
bird-2d5b999236c20d293006af0b4d94af7ae04dd2a7.zip
Import control implemented.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 8645e71..c7b48d0 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -351,7 +351,7 @@ static void ospf_preconfig(struct protocol *p, struct config *c);
static void ospf_postconfig(struct proto_config *c);
static int ospf_rte_better(struct rte *new, struct rte *old);
static int ospf_rte_same(struct rte *new, struct rte *old);
-
+int ospf_import_control(struct proto *p, rte **new, ea_list **attrs, struct linpool *pool);
#include "proto/ospf/hello.h"
#include "proto/ospf/packet.h"