core: move NMDevice's ip6_property_path() to NetworkManagerUtils

This commit is contained in:
Dan Winship
2014-03-04 17:01:10 -05:00
parent 3f079f3265
commit a10bd9991f
3 changed files with 26 additions and 18 deletions

View File

@@ -105,4 +105,6 @@ gint64 nm_utils_get_monotonic_timestamp_us (void);
gint64 nm_utils_get_monotonic_timestamp_ms (void);
gint32 nm_utils_get_monotonic_timestamp_s (void);
const char *nm_utils_ip6_property_path (const char *ifname, const char *property);
#endif /* NETWORK_MANAGER_UTILS_H */