summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-07-10 13:42:13 +0200
committerThomas Haller <thaller@redhat.com>2016-07-10 13:44:58 +0200
commit36856ba610f8b829836f6271e4e3b8dcb91f2399 (patch)
tree2bdf6cd2f0d18f9d59ed105f81cc359f025a8ea7 /libnm-core/nm-core-internal.h
parent1c58ce0d748174b5b3a27dd077192b45fed2d0a4 (diff)
downloadNetworkManager-36856ba610f8b829836f6271e4e3b8dcb91f2399.tar.gz
all: reuse _nm_utils_hwaddr_ntoa() for converting binary to string
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 d29eb23cb5..e3c5bcc3dd 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -126,6 +126,8 @@ gboolean _nm_setting_get_property (NMSetting *setting, const char *name, GValue
guint _nm_utils_hwaddr_length (const char *asc);
+char *_nm_utils_bin2str (gconstpointer addr, gsize length, gboolean upper_case);
+
GSList * _nm_utils_hash_values_to_slist (GHashTable *hash);
GHashTable *_nm_utils_copy_strdict (GHashTable *strdict);