X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-rtnl%2Flocal-addresses.h;h=ef7def530db50d5d52b81c3228a6143ca46fc8da;hp=2a9b2f42b7729845e67bad87bc2deff37e082caf;hb=1d050e1e0a7082e23ee9b31fa0b819cb332b3444;hpb=d2df88ffbac8858214adb9daaf7a93122fe26a50 diff --git a/src/libsystemd/sd-rtnl/local-addresses.h b/src/libsystemd/sd-rtnl/local-addresses.h index 2a9b2f42b..ef7def530 100644 --- a/src/libsystemd/sd-rtnl/local-addresses.h +++ b/src/libsystemd/sd-rtnl/local-addresses.h @@ -36,6 +36,6 @@ struct local_address { union in_addr_union address; }; -int local_addresses(sd_rtnl *rtnl, int ifindex, struct local_address **ret); +int local_addresses(sd_rtnl *rtnl, int ifindex, int af, struct local_address **ret); -int local_gateways(sd_rtnl *rtnl, int ifindex, struct local_address **ret); +int local_gateways(sd_rtnl *rtnl, int ifindex, int af, struct local_address **ret);