summaryrefslogtreecommitdiff
path: root/libnm-util/libnm-util.ver
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-10-28 11:54:22 +0100
committerThomas Haller <thaller@redhat.com>2013-12-09 17:21:21 +0100
commit41f8114359404ae2cf14724d84eccfc378e9317c (patch)
tree8ecd3b67c09c105cfe294c00aea3eab39a2d99dd /libnm-util/libnm-util.ver
parentd40a499c01395f8e479cdaab80aee7a42b0caffa (diff)
downloadNetworkManager-41f8114359404ae2cf14724d84eccfc378e9317c.tar.gz
libnm-util: add nm_utils_inet[46]_ntop functions
https://bugzilla.gnome.org/show_bug.cgi?id=711684 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm-util/libnm-util.ver')
-rw-r--r--libnm-util/libnm-util.ver2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-util/libnm-util.ver b/libnm-util/libnm-util.ver
index bcaa4260ae..3797e2beae 100644
--- a/libnm-util/libnm-util.ver
+++ b/libnm-util/libnm-util.ver
@@ -593,6 +593,8 @@ global:
nm_utils_hwaddr_type;
nm_utils_hwaddr_valid;
nm_utils_iface_valid_name;
+ nm_utils_inet4_ntop;
+ nm_utils_inet6_ntop;
nm_utils_init;
nm_utils_ip4_addresses_from_gvalue;
nm_utils_ip4_addresses_to_gvalue;