summaryrefslogtreecommitdiff
path: root/libnm-core/nm-utils-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-27 21:12:07 +0100
committerThomas Haller <thaller@redhat.com>2014-10-27 21:12:07 +0100
commit4ae958757b67b6df4c660b242a997ab426b761a4 (patch)
tree6d9cb72fa48c1184f008c2393be086dc5d53837f /libnm-core/nm-utils-private.h
parentd0535cafe504ef23a2da6af241900b7bda69386e (diff)
downloadNetworkManager-4ae958757b67b6df4c660b242a997ab426b761a4.tar.gz
core: don't use libnm-core private header outside of libnm-core/
Code outside of libnm-core/ should not include the private headers. nm-core-internal.h should be used instead. Fixes: 98fe073fb9d4a25ea41d5fee5eaf81259e5b6f00 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm-core/nm-utils-private.h')
-rw-r--r--libnm-core/nm-utils-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libnm-core/nm-utils-private.h b/libnm-core/nm-utils-private.h
index bf8687d373..a5b25ccf9e 100644
--- a/libnm-core/nm-utils-private.h
+++ b/libnm-core/nm-utils-private.h
@@ -23,9 +23,6 @@
#include "nm-setting-private.h"
-gboolean _nm_utils_string_in_list (const char *str,
- const char **valid_strings);
-
gboolean _nm_utils_string_slist_validate (GSList *list,
const char **valid_values);