Commit 88e26d98 authored by Antonin Décimo's avatar Antonin Décimo Committed by Juliusz Chroboczek

Remove declaration of undefined function.

parent 3291370b
......@@ -53,7 +53,6 @@ extern struct neighbour *neighs;
#define FOR_ALL_NEIGHBOURS(_neigh) \
for(_neigh = neighs; _neigh; _neigh = _neigh->next)
int neighbour_valid(struct neighbour *neigh);
void flush_neighbour(struct neighbour *neigh);
struct neighbour *find_neighbour(const unsigned char *address,
struct interface *ifp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment