Commit bd039703 authored by Matthieu Boutier's avatar Matthieu Boutier Committed by Juliusz Chroboczek

Remove unused (and bad-written) function header.

parent c8795eff
......@@ -83,7 +83,6 @@ struct babel_route *route_stream_next(struct route_stream *stream);
void route_stream_done(struct route_stream *stream);
void install_route(struct babel_route *route);
void uninstall_route(struct babel_route *route);
void switch_route(struct babel_route *old, struct babel_route *new);
int route_feasible(struct babel_route *route);
int route_old(struct babel_route *route);
int route_expired(struct babel_route *route);
......
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