core: add nm_utils_ip4_property_path()

This commit is contained in:
Dan Williams
2014-10-30 18:59:10 -05:00
parent 49cac9f32f
commit 7df18cba5b
2 changed files with 41 additions and 11 deletions

View File

@@ -168,6 +168,7 @@ gint32 nm_utils_get_monotonic_timestamp_s (void);
const char *ASSERT_VALID_PATH_COMPONENT (const char *name) G_GNUC_WARN_UNUSED_RESULT;
const char *nm_utils_ip6_property_path (const char *ifname, const char *property);
const char *nm_utils_ip4_property_path (const char *ifname, const char *property);
gboolean nm_utils_is_specific_hostname (const char *name);