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 c8760872..530d855d 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -57,18 +57,18 @@ MMBearer *mmcli_get_bearer_sync (GDBusConnection *connection,
MMManager **manager,
MMObject **object);
-void mmcli_get_sim (GDBusConnection *connection,
- const gchar *path_or_index,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-MMSim *mmcli_get_sim_finish (GAsyncResult *res,
- MMManager **manager,
- MMObject **object);
-MMSim *mmcli_get_sim_sync (GDBusConnection *connection,
- const gchar *path_or_index,
- MMManager **manager,
- MMObject **object);
+void mmcli_get_sim (GDBusConnection *connection,
+ const gchar *path_or_index,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+MMSim *mmcli_get_sim_finish (GAsyncResult *res,
+ MMManager **manager,
+ MMObject **object);
+MMSim *mmcli_get_sim_sync (GDBusConnection *connection,
+ const gchar *path_or_index,
+ MMManager **manager,
+ MMObject **object);
void mmcli_get_sms (GDBusConnection *connection,
const gchar *path_or_index,