Commit 6b89d5b8 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Unexport swtich_route.

parent 7cd4e27e
...@@ -173,7 +173,7 @@ uninstall_route(struct route *route) ...@@ -173,7 +173,7 @@ uninstall_route(struct route *route)
but without the race condition. The destination of both routes but without the race condition. The destination of both routes
must be the same. */ must be the same. */
void static void
switch_routes(struct route *old, struct route *new) switch_routes(struct route *old, struct route *new)
{ {
int rc; int rc;
......
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