summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-08 22:13:40 +0100
committerThomas Haller <thaller@redhat.com>2017-11-09 09:27:31 +0100
commitffcab3f653fc89d609693577166d2511e39df434 (patch)
treeb876de48cde8dfa90ab96a6eee9ba6e6dc37e643 /libnm-core/nm-core-internal.h
parentb227198e92689310e9c72cf4ab58dbcca2b4c0ae (diff)
downloadNetworkManager-ffcab3f653fc89d609693577166d2511e39df434.tar.gz
libnm: add internal helper function nm_utils_inet_ntop()
Diffstat (limited to 'libnm-core/nm-core-internal.h')
-rw-r--r--libnm-core/nm-core-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h
index 59ebfcb132..60963c9cd9 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -429,6 +429,8 @@ NMSettingBluetooth *_nm_connection_get_setting_bluetooth_for_nap (NMConnection *
/*****************************************************************************/
+const char *nm_utils_inet_ntop (int addr_family, gconstpointer addr, char *dst);
+
gboolean _nm_utils_inet6_is_token (const struct in6_addr *in6addr);
/*****************************************************************************/