about summary refs log tree commit diff
path: root/libnm-core/nm-keyfile-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-keyfile-utils.h')
-rw-r--r--libnm-core/nm-keyfile-utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libnm-core/nm-keyfile-utils.h b/libnm-core/nm-keyfile-utils.h
index 89fd3041..1f63af8c 100644
--- a/libnm-core/nm-keyfile-utils.h
+++ b/libnm-core/nm-keyfile-utils.h
@@ -81,5 +81,11 @@ gboolean nm_keyfile_plugin_kf_has_key     (GKeyFile *kf,
                                            const char *key,
                                            GError **error);
 
+const char *nm_keyfile_key_encode (const char *name,
+                                   char **out_to_free);
+
+const char *nm_keyfile_key_decode (const char *key,
+                                   char **out_to_free);
+
 #endif  /* __NM_KEYFILE_UTILS_H__ */