Commit be11ff52 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove useless prototypes.

parent 9fd5c415
...@@ -36,13 +36,6 @@ THE SOFTWARE. ...@@ -36,13 +36,6 @@ THE SOFTWARE.
struct neighbour neighs[MAXNEIGHBOURS]; struct neighbour neighs[MAXNEIGHBOURS];
int numneighs = 0; int numneighs = 0;
struct neighbour *find_neighbour(const unsigned char *address,
struct network *net);
struct neighbour *
add_neighbour(const unsigned char *id, const unsigned char *address,
struct network *net);
void void
flush_neighbour(struct neighbour *neigh) flush_neighbour(struct neighbour *neigh)
{ {
......
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