diff options
author | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:22 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:22 +0100 |
commit | 9c202e3e860b3be9e1f8882630b69affbb130102 (patch) | |
tree | 8202bf39f2129486971fa7d5ae0dee61a561aa53 /src/settings/plugins/ifnet/connection_parser.h | |
parent | 36cb2f364a821e1be50b23e03a18891ec55adb06 (diff) |
Imported Upstream version 0.9.7.995upstream/0.9.7.995
Diffstat (limited to 'src/settings/plugins/ifnet/connection_parser.h')
-rw-r--r-- | src/settings/plugins/ifnet/connection_parser.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/settings/plugins/ifnet/connection_parser.h b/src/settings/plugins/ifnet/connection_parser.h index b617b6051..e8596a64e 100644 --- a/src/settings/plugins/ifnet/connection_parser.h +++ b/src/settings/plugins/ifnet/connection_parser.h @@ -25,6 +25,7 @@ #include "net_parser.h" NMConnection *ifnet_update_connection_from_config_block (const char *conn_name, + const char *basepath, GError **error); /* nm_conn_name is used to update nm_ifnet_connection's priv data */ @@ -33,14 +34,17 @@ gboolean ifnet_update_parsers_by_connection (NMConnection *connection, const char *config_file, const char *wpa_file, gchar **out_new_name, + gchar **out_backup, GError **error); gboolean ifnet_delete_connection_in_parsers (const char *conn_name, const char *config_file, - const char *wpa_file); + 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); #endif |