summaryrefslogtreecommitdiff
path: root/clients/common/nm-client-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/nm-client-utils.h')
-rw-r--r--clients/common/nm-client-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/common/nm-client-utils.h b/clients/common/nm-client-utils.h
index f4f67544e7..8983e6c89b 100644
--- a/clients/common/nm-client-utils.h
+++ b/clients/common/nm-client-utils.h
@@ -43,6 +43,10 @@ const char *nmc_password_subst_char (void);
void nmc_print_qrcode (const char *str);
+GHashTable *nmc_utils_parse_passwd_file (char *contents,
+ gssize *out_error_line,
+ GError **error);
+
GHashTable *nmc_utils_read_passwd_file (const char *passwd_file,
gssize *out_error_line,
GError **error);