android: Fix signature of get_nexthop()

This commit is contained in:
Tobias Brunner
2016-06-13 10:18:45 +02:00
parent b1f7d10800
commit 25b69260fe
@@ -191,7 +191,8 @@ METHOD(kernel_net_t, get_source_addr_old, host_t*,
}
METHOD(kernel_net_t, get_nexthop, host_t*,
private_android_net_t *this, host_t *dest, int prefix, host_t *src)
private_android_net_t *this, host_t *dest, int prefix, host_t *src,
char **iface)
{
return NULL;
}