diff options
Diffstat (limited to 'src/mm-bearer.h')
-rw-r--r-- | src/mm-bearer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-bearer.h b/src/mm-bearer.h index 474a5552..161f3be4 100644 --- a/src/mm-bearer.h +++ b/src/mm-bearer.h @@ -64,8 +64,8 @@ struct _MMBearerClass { gboolean (* connect_finish) (MMBearer *bearer, GAsyncResult *res, MMPort **data, - MMCommonBearerIpConfig **ipv4_config, - MMCommonBearerIpConfig **ipv6_config, + MMBearerIpConfig **ipv4_config, + MMBearerIpConfig **ipv6_config, GError **error); /* Disconnect this bearer */ |