aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r--cli/mmcli-common.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h
index b9b69990..8e058d22 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -44,18 +44,18 @@ MMObject *mmcli_get_modem_sync (GDBusConnection *connection,
const gchar *modem_str,
MMManager **o_manager);
-void mmcli_get_bearer (GDBusConnection *connection,
- const gchar *path_or_index,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-MMBearer *mmcli_get_bearer_finish (GAsyncResult *res,
- MMManager **manager,
- MMObject **object);
-MMBearer *mmcli_get_bearer_sync (GDBusConnection *connection,
- const gchar *path_or_index,
- MMManager **manager,
- MMObject **object);
+void mmcli_get_bearer (GDBusConnection *connection,
+ const gchar *path_or_index,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+MMBearer *mmcli_get_bearer_finish (GAsyncResult *res,
+ MMManager **manager,
+ MMObject **object);
+MMBearer *mmcli_get_bearer_sync (GDBusConnection *connection,
+ const gchar *path_or_index,
+ MMManager **manager,
+ MMObject **object);
void mmcli_get_sim (GDBusConnection *connection,
const gchar *path_or_index,