summaryrefslogtreecommitdiff
path: root/libnm-core/nm-utils-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-05-20 12:21:11 +0200
committerThomas Haller <thaller@redhat.com>2015-05-20 12:42:14 +0200
commit533f9fa2d2daedb235f8236ca68db3bc7b429005 (patch)
tree9428919799793b920d0f5329554685652d01acde /libnm-core/nm-utils-private.h
parente47eca8761e060402a05d7c0757b40455307ec90 (diff)
downloadNetworkManager-533f9fa2d2daedb235f8236ca68db3bc7b429005.tar.gz
libnm: move internal dns-option helpers to "nm-core-internal.h"
"nm-utils-private.h" should not be used outside of libnm-core/. core/ should only use public API or "nm-core-internal.h". Also, "nm-setting-ip-config.h" is a public header and should not contain internal defines. Move them to "nm-core-internal.h" too. Fixes: 019943bb5d9efea52392610b207dececafa6fdb3
Diffstat (limited to 'libnm-core/nm-utils-private.h')
-rw-r--r--libnm-core/nm-utils-private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libnm-core/nm-utils-private.h b/libnm-core/nm-utils-private.h
index 74e48dbee1..3219bb3772 100644
--- a/libnm-core/nm-utils-private.h
+++ b/libnm-core/nm-utils-private.h
@@ -27,11 +27,6 @@
gboolean _nm_utils_string_slist_validate (GSList *list,
const char **valid_values);
-gboolean _nm_utils_dns_option_validate (const char *option, char **out_name,
- long *out_value, gboolean ipv6,
- const DNSOptionDesc *option_descs);
-int _nm_utils_dns_option_find_idx (GPtrArray *array, const char *option);
-
/* D-Bus transform funcs */
GVariant * _nm_utils_hwaddr_to_dbus (const GValue *prop_value);