summaryrefslogtreecommitdiff
path: root/src/connection-editor/connection-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection-editor/connection-helpers.h')
-rw-r--r--src/connection-editor/connection-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/connection-helpers.h b/src/connection-editor/connection-helpers.h
index bf7d77fb..7663c827 100644
--- a/src/connection-editor/connection-helpers.h
+++ b/src/connection-editor/connection-helpers.h
@@ -73,7 +73,7 @@ gboolean connection_supports_proxy (NMConnection *connection);
gboolean connection_supports_ip4 (NMConnection *connection);
gboolean connection_supports_ip6 (NMConnection *connection);
-NMConnection *vpn_connection_from_file (const char *filename, GError **error);
+NMConnection *connection_import_from_file (const char *filename, GError **error);
#endif /* __CONNECTION_HELPERS_H__ */