diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-06 03:04:17 +0200 |
| commit | 3ce667b6ee6b86291bbe60ef93cba7f11a5c5400 (patch) | |
| tree | af3daa7221e898b72f3de26eb2cf0c1b1c8661b0 /src/settings/plugins/ifnet/connection_parser.h | |
| parent | f02d31d95af29678092d1ff01f714621bc9dcc0f (diff) | |
| parent | 33491bc4279481db8ae47213e34a6d695a0e8830 (diff) | |
Merge tag 'upstream/0.9.10.0'
Upstream version 0.9.10.0
Diffstat (limited to 'src/settings/plugins/ifnet/connection_parser.h')
| -rw-r--r-- | src/settings/plugins/ifnet/connection_parser.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/settings/plugins/ifnet/connection_parser.h b/src/settings/plugins/ifnet/connection_parser.h index e8596a64..74213669 100644 --- a/src/settings/plugins/ifnet/connection_parser.h +++ b/src/settings/plugins/ifnet/connection_parser.h @@ -24,6 +24,8 @@ #include <nm-connection.h> #include "net_parser.h" +gboolean ifnet_can_write_connection (NMConnection *connection, GError **error); + NMConnection *ifnet_update_connection_from_config_block (const char *conn_name, const char *basepath, GError **error); @@ -42,9 +44,10 @@ gboolean ifnet_delete_connection_in_parsers (const char *conn_name, const char *wpa_file, gchar **out_backup); -char * ifnet_add_new_connection (NMConnection *connection, - const char *config_file, - const char *wpa_file, - gchar **out_backup, - GError ** error); +gboolean ifnet_add_new_connection (NMConnection *connection, + const char *config_file, + const char *wpa_file, + gchar **out_new_name, + gchar **out_backup, + GError ** error); #endif |