Commit bfe74c7d authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Add prototype.

parent ffc3c5db
...@@ -44,6 +44,8 @@ int neighbour_valid(struct neighbour *neigh); ...@@ -44,6 +44,8 @@ int neighbour_valid(struct neighbour *neigh);
void flush_neighbour(struct neighbour *neigh); void flush_neighbour(struct neighbour *neigh);
struct neighbour *find_neighbour(const unsigned char *address, struct neighbour *find_neighbour(const unsigned char *address,
struct network *net); struct network *net);
struct neighbour *find_neighbour_by_id(const unsigned char *id,
struct network *net);
struct neighbour *add_neighbour(const unsigned char *id, struct neighbour *add_neighbour(const unsigned char *id,
const unsigned char *address, const unsigned char *address,
struct network *net); struct network *net);
......
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