From bfe74c7d851d358c622326ffa8a79899d38833fe Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Thu, 3 Jul 2008 17:24:51 +0200 Subject: [PATCH] Add prototype. --- neighbour.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neighbour.h b/neighbour.h index 0649780..cd1953f 100644 --- a/neighbour.h +++ b/neighbour.h @@ -44,6 +44,8 @@ int neighbour_valid(struct neighbour *neigh); void flush_neighbour(struct neighbour *neigh); struct neighbour *find_neighbour(const unsigned char *address, struct network *net); +struct neighbour *find_neighbour_by_id(const unsigned char *id, + struct network *net); struct neighbour *add_neighbour(const unsigned char *id, const unsigned char *address, struct network *net); -- 2.25.1