aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-01 11:27:46 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:19 +0100
commit323df60ed92d66e985a36a12fb334a0cca9bd1ea (patch)
treea47944f0895600cde59bb034ebd8ce776a02d064 /src/mm-bearer.h
parentef9fb0bfacac348c5bab35a3a99d52270e510d99 (diff)
libmm-common: `MMBearerIpConfig' won't be considered internal any more
Renamed `MMCommonBearerIpConfig' to `MMBearerIpConfig', and removed the `MMBearerIpConfig' provided in libmm-glib. We'll just use the original one from libmm-common always.
Diffstat (limited to 'src/mm-bearer.h')
-rw-r--r--src/mm-bearer.h4
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 */