diff options
Diffstat (limited to 'src/mm-bearer-mbim.h')
-rw-r--r-- | src/mm-bearer-mbim.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-bearer-mbim.h b/src/mm-bearer-mbim.h index 0d97d8d9..3da599a6 100644 --- a/src/mm-bearer-mbim.h +++ b/src/mm-bearer-mbim.h @@ -53,8 +53,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMBearerMbim, g_object_unref) /* MBIM bearer creation implementation. * NOTE it is *not* a broadband bearer, so not async-initable */ MMBaseBearer *mm_bearer_mbim_new (MMBroadbandModemMbim *modem, - MMBearerProperties *config, - guint32 session_id); + MMBearerProperties *config); guint32 mm_bearer_mbim_get_session_id (MMBearerMbim *self); |