summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting.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.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.h')
-rw-r--r--libnm-core/nm-setting.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libnm-core/nm-setting.h b/libnm-core/nm-setting.h
index 5ed3e6b4f7..bf8dd23362 100644
--- a/libnm-core/nm-setting.h
+++ b/libnm-core/nm-setting.h
@@ -269,14 +269,6 @@ void nm_setting_enumerate_values (NMSetting *setting,
char *nm_setting_to_string (NMSetting *setting);
/* Secrets */
-void nm_setting_clear_secrets (NMSetting *setting);
-
-void nm_setting_clear_secrets_with_flags (NMSetting *setting,
- NMSettingClearSecretsWithFlagsFn func,
- gpointer user_data);
-
-GPtrArray *nm_setting_need_secrets (NMSetting *setting);
-
gboolean nm_setting_get_secret_flags (NMSetting *setting,
const char *secret_name,
NMSettingSecretFlags *out_flags,