Commit 776ff0af authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Reformat.

parent c523d644
...@@ -42,9 +42,9 @@ int neighbour_valid(struct neighbour *neigh); ...@@ -42,9 +42,9 @@ 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 * struct neighbour *add_neighbour(const unsigned char *id,
add_neighbour(const unsigned char *id, const unsigned char *address, const unsigned char *address,
struct network *net); struct network *net);
int update_neighbour(struct neighbour *neigh, int hello, int hello_interval); int update_neighbour(struct neighbour *neigh, int hello, int hello_interval);
int check_neighbours(void); int check_neighbours(void);
int neighbour_rxcost(struct neighbour *neigh); int neighbour_rxcost(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