summaryrefslogtreecommitdiff
path: root/nest/proto.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-06-27 12:32:15 +0200
committerMaria Matejka <mq@ucw.cz>2022-06-27 12:32:47 +0200
commitc431d9c33c72203498133d7e2422423c37c4719d (patch)
tree7bb195f8e7a236c445ce644853bac9fb6f009cf9 /nest/proto.c
parentd2142ad4050c64991f856734bafadd527c28e74b (diff)
Fixed new route comparison
Diffstat (limited to 'nest/proto.c')
-rw-r--r--nest/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c
index 3792fde4..0daf59f4 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -177,7 +177,7 @@ proto_find_channel_by_name(struct proto *p, const char *n)
return NULL;
}
-rte * channel_preimport(struct rt_import_request *req, rte *new, rte *old);
+int channel_preimport(struct rt_import_request *req, rte *new, rte *old);
void rt_notify_optimal(struct rt_export_request *req, const net_addr *net, struct rt_pending_export *rpe);
void rt_notify_any(struct rt_export_request *req, const net_addr *net, struct rt_pending_export *rpe);