summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile/nms-keyfile-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/plugins/keyfile/nms-keyfile-connection.h')
-rw-r--r--src/settings/plugins/keyfile/nms-keyfile-connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings/plugins/keyfile/nms-keyfile-connection.h b/src/settings/plugins/keyfile/nms-keyfile-connection.h
index f96d7590f0..0773ced0c0 100644
--- a/src/settings/plugins/keyfile/nms-keyfile-connection.h
+++ b/src/settings/plugins/keyfile/nms-keyfile-connection.h
@@ -37,7 +37,8 @@ typedef struct _NMSKeyfileConnectionClass NMSKeyfileConnectionClass;
GType nms_keyfile_connection_get_type (void);
NMSKeyfileConnection *nms_keyfile_connection_new (NMConnection *source,
- const char *filename,
+ const char *full_path,
+ const char *profile_dir,
GError **error);
#endif /* __NMS_KEYFILE_CONNECTION_H__ */