summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-07 08:46:36 +0200
committerThomas Haller <thaller@redhat.com>2014-10-12 21:17:17 +0200
commite5194fd346d3736851c6ca03f391e919e249fd51 (patch)
tree122c1a01dc4a03024bc711501df87ea84e0c66d0 /libnm-core/nm-setting-private.h
parent978724da96b9750e2e91387e4fc4ed0aeb0c235d (diff)
downloadNetworkManager-e5194fd346d3736851c6ca03f391e919e249fd51.tar.gz
libnm: hide API for generic handling of secrets
The functions nm_setting_clear_secrets(), nm_setting_clear_secrets_with_flags(), and nm_setting_need_secrets() are not used outside of libnm-core. Remove them from public API. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm-core/nm-setting-private.h')
-rw-r--r--libnm-core/nm-setting-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-private.h b/libnm-core/nm-setting-private.h
index f277992481..9f0c51a983 100644
--- a/libnm-core/nm-setting-private.h
+++ b/libnm-core/nm-setting-private.h
@@ -158,4 +158,6 @@ void _nm_setting_class_transform_property (NMSettingClass *setting_class,
NMSettingPropertyTransformToFunc to_dbus,
NMSettingPropertyTransformFromFunc from_dbus);
+GPtrArray *_nm_setting_need_secrets (NMSetting *setting);
+
#endif /* NM_SETTING_PRIVATE_H */