summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-05-31 22:37:49 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-06-01 11:28:57 +0200
commitb0f9571d3d6c5dff53c677ae2841126cd482e363 (patch)
treed3a88b2cd89df9f1ac91508827dc406d8e6cdf65 /libnm-core/nm-core-internal.h
parent1be01bd51f3e27d82335999586e8efff40b92b87 (diff)
downloadNetworkManager-b0f9571d3d6c5dff53c677ae2841126cd482e363.tar.gz
libnm: add _nm_connection_get_setting_bluetooth_for_nap()
If there is value in such a helper function (there is), then it should go alongside the other nm_connection_get_setting*() helpers. NMDevice is already large enough.
Diffstat (limited to 'libnm-core/nm-core-internal.h')
-rw-r--r--libnm-core/nm-core-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h
index 9bc54df387..102cd6575f 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -352,6 +352,10 @@ gboolean _nm_setting_bond_option_supported (const char *option, NMBondMode mode)
/*****************************************************************************/
+NMSettingBluetooth *_nm_connection_get_setting_bluetooth_for_nap (NMConnection *connection);
+
+/*****************************************************************************/
+
gboolean _nm_utils_inet6_is_token (const struct in6_addr *in6addr);
/*****************************************************************************/