diff options
| author | Michael Biebl <biebl@debian.org> | 2015-05-05 17:48:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-05-05 17:48:57 +0200 |
| commit | f408e27bccfacf347605a8d98649975a68f38a17 (patch) | |
| tree | 654fd6695c31511baf919b1c0870d119a352ed75 /src/settings/plugins/keyfile/nm-keyfile-connection.h | |
| parent | 2c032d8f1c6292c1338a615e6ec40252889ba85c (diff) | |
Imported Upstream version 1.0.2 upstream/1.0.2
Diffstat (limited to 'src/settings/plugins/keyfile/nm-keyfile-connection.h')
| -rw-r--r-- | src/settings/plugins/keyfile/nm-keyfile-connection.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/settings/plugins/keyfile/nm-keyfile-connection.h b/src/settings/plugins/keyfile/nm-keyfile-connection.h index 135bb49f..f6fa432b 100644 --- a/src/settings/plugins/keyfile/nm-keyfile-connection.h +++ b/src/settings/plugins/keyfile/nm-keyfile-connection.h @@ -47,9 +47,6 @@ NMKeyfileConnection *nm_keyfile_connection_new (NMConnection *source, const char *filename, GError **error); -const char *nm_keyfile_connection_get_path (NMKeyfileConnection *self); -void nm_keyfile_connection_set_path (NMKeyfileConnection *self, const char *path); - G_END_DECLS #endif /* __NETWORKMANAGER_KEYFILE_CONNECTION_H__ */ |