summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-08-11 18:21:53 +0200
committerThomas Haller <thaller@redhat.com>2014-08-22 15:22:16 +0200
commitd299c425d4495453743e0bc3884dbeb0a7405108 (patch)
treef24ad2ec56f2a3ee7e02761d740f668c0dd0d466 /libnm-core/nm-setting-private.h
parent8fe1b790126f433e8b9d05b3385e7075b6af68ae (diff)
downloadNetworkManager-d299c425d4495453743e0bc3884dbeb0a7405108.tar.gz
libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.h
As NM_SETTING_SECRET_FLAGS_ALL is used in libnm/nm-vpn-plugin-utils.c, it is exposed as internal API and should be declared in nm-core-internal.h. 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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libnm-core/nm-setting-private.h b/libnm-core/nm-setting-private.h
index 8fe798122a..913b8a739e 100644
--- a/libnm-core/nm-setting-private.h
+++ b/libnm-core/nm-setting-private.h
@@ -26,12 +26,6 @@
#include "nm-core-internal.h"
-#define NM_SETTING_SECRET_FLAGS_ALL \
- (NM_SETTING_SECRET_FLAG_NONE | \
- NM_SETTING_SECRET_FLAG_AGENT_OWNED | \
- NM_SETTING_SECRET_FLAG_NOT_SAVED | \
- NM_SETTING_SECRET_FLAG_NOT_REQUIRED)
-
/**
* NMSettingVerifyResult:
* @NM_SETTING_VERIFY_SUCCESS: the setting verifies successfully