diff options
Diffstat (limited to 'src/mm-bearer.h')
-rw-r--r-- | src/mm-bearer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-bearer.h b/src/mm-bearer.h index 86b4d666..693e87cf 100644 --- a/src/mm-bearer.h +++ b/src/mm-bearer.h @@ -73,6 +73,9 @@ struct _MMBearerClass { gpointer user_data); gboolean (* connect_finish) (MMBearer *bearer, GAsyncResult *res, + MMPort **data, + MMCommonBearerIpConfig **ipv4_config, + MMCommonBearerIpConfig **ipv6_config, GError **error); /* Disconnect this bearer */ |