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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/connection-editor/connection-helpers.h b/src/connection-editor/connection-helpers.h
index af9985ff..37a8ad40 100644
--- a/src/connection-editor/connection-helpers.h
+++ b/src/connection-editor/connection-helpers.h
@@ -73,7 +73,10 @@ gboolean connection_supports_proxy (NMConnection *connection);
gboolean connection_supports_ip4 (NMConnection *connection);
gboolean connection_supports_ip6 (NMConnection *connection);
-NMConnection *connection_import_from_file (const char *filename, GType ctype, GError **error);
+NMConnection *connection_import_from_file (const char *filename,
+ GType ctype,
+ const char *vpn_detail,
+ GError **error);
#endif /* __CONNECTION_HELPERS_H__ */