summaryrefslogtreecommitdiff
path: root/src/qmicli/qmicli-helpers.h
diff options
context:
space:
mode:
authorWolfgang Tolkien <w@tolkien.email>2018-08-10 09:45:15 -0700
committerAleksander Morgado <aleksander@aleksander.es>2018-08-20 22:10:27 +0200
commit36259cd03714b74fbc936a291f7d9261b4eb44ef (patch)
tree5e8d72dd4ddcc94312949e80d9d7c11580c30cae /src/qmicli/qmicli-helpers.h
parente204f53f2b8f43d1a3387b1894e0477f81c76499 (diff)
downloadlibqmi-36259cd03714b74fbc936a291f7d9261b4eb44ef.tar.gz
qmicli,wds: add support to create/modify/delete PDP profiles
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 144151e6..ed8e61a1 100644
--- a/src/qmicli/qmicli-helpers.h
+++ b/src/qmicli/qmicli-helpers.h
@@ -70,6 +70,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_pdp_type_from_string (const gchar *str,
+ QmiWdsPdpType *out);
gboolean qmicli_read_boot_image_download_mode_from_string (const gchar *str,
QmiDmsBootImageDownloadMode *out);
gboolean qmicli_read_hp_device_mode_from_string (const gchar *str,