summaryrefslogtreecommitdiff
path: root/src/qmicli/qmicli-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-01-10 11:23:52 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:15 +0100
commit84e48c9911bc1fc855da8c457d4bba05395dd76e (patch)
tree28d07f6f7c055b0146273817e4e7e2c31e62570f /src/qmicli/qmicli-helpers.h
parent295228a1fdcdc1e495d99ca9640bbe81f7288c4b (diff)
downloadlibqmi-84e48c9911bc1fc855da8c457d4bba05395dd76e.tar.gz
qmicli,dms: implement '--dms-get|set-boot-image-download-mode'
Diffstat (limited to 'src/qmicli/qmicli-helpers.h')
-rw-r--r--src/qmicli/qmicli-helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmicli/qmicli-helpers.h b/src/qmicli/qmicli-helpers.h
index 708af53e..9a55e1ca 100644
--- a/src/qmicli/qmicli-helpers.h
+++ b/src/qmicli/qmicli-helpers.h
@@ -65,6 +65,8 @@ gboolean qmicli_read_autoconnect_setting_roaming_from_string (const gchar *str,
QmiWdsAutoconnectSettingRoaming *out);
gboolean qmicli_read_authentication_from_string (const gchar *str,
QmiWdsAuthentication *out);
+gboolean qmicli_read_boot_image_download_mode_from_string (const gchar *str,
+ QmiDmsBootImageDownloadMode *out);
gboolean qmicli_read_non_empty_string (const gchar *str,
const gchar *description,