diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-16 21:59:16 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-16 22:16:38 +0100 |
commit | ca43e463eab3e44ec81d226b1752b4723ced964e (patch) | |
tree | 71e4754b8e6e34f2624af3edc405bd5ed08ccc6c /src/qmi-firmware-update/qfu-updater.h | |
parent | 2e50146039089c61e11cea2f7c9b4125df4bfe19 (diff) |
qmi-firmware-update: new --modem-storage-index option
Diffstat (limited to 'src/qmi-firmware-update/qfu-updater.h')
-rw-r--r-- | src/qmi-firmware-update/qfu-updater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmi-firmware-update/qfu-updater.h b/src/qmi-firmware-update/qfu-updater.h index f8c98bf..c3e4a8f 100644 --- a/src/qmi-firmware-update/qfu-updater.h +++ b/src/qmi-firmware-update/qfu-updater.h @@ -58,6 +58,7 @@ QfuUpdater *qfu_updater_new (QfuDeviceSelection *device_selection, gboolean device_open_mbim, gboolean ignore_version_errors, gboolean override_download, + guint8 modem_storage_index, gboolean skip_validation); QfuUpdater *qfu_updater_new_qdl (QfuDeviceSelection *device_selection); void qfu_updater_run (QfuUpdater *self, |