Commit 622ca3d9 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove obsolete prototype.

parent 6b637000
......@@ -43,7 +43,6 @@ struct route *find_installed_route(const unsigned char *prefix,
unsigned char plen);
void flush_route(struct route *route);
void flush_neighbour_routes(struct neighbour *neigh);
unsigned metric_to_kernel(unsigned metric);
void install_route(struct route *route);
void uninstall_route(struct route *route);
void switch_route(struct route *old, struct route *new);
......
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