summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-26 23:39:25 +0200
committerThomas Haller <thaller@redhat.com>2019-06-13 16:10:53 +0200
commitceaf64eee7c2e7e9cf596bbd601420557dd8feee (patch)
tree61c8540b30fadd5eb2f4308374bbc89db2467779 /libnm-core/nm-core-internal.h
parent25de86abb62488b1a88b7d34f05676a2a901515f (diff)
downloadNetworkManager-ceaf64eee7c2e7e9cf596bbd601420557dd8feee.tar.gz
settings,libnm: move is-adhoc-wpa check to libnm
"nm-settings.c" is complex enough. Move this trivial helper function to libnm-core.
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 406b170e15..d369a75949 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -815,4 +815,6 @@ void _nm_bridge_vlan_str_append_rest (const NMBridgeVlan *vlan,
GString *string,
gboolean leading_space);
+gboolean nm_utils_connection_is_adhoc_wpa (NMConnection *connection);
+
#endif