summaryrefslogtreecommitdiff
path: root/src/mbimcli/mbimcli-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbimcli/mbimcli-helpers.h')
-rw-r--r--src/mbimcli/mbimcli-helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mbimcli/mbimcli-helpers.h b/src/mbimcli/mbimcli-helpers.h
index 8158c31..cf99bb6 100644
--- a/src/mbimcli/mbimcli-helpers.h
+++ b/src/mbimcli/mbimcli-helpers.h
@@ -23,6 +23,11 @@ gboolean mbimcli_read_uint8_from_bcd_string (const gchar *str,
gboolean mbimcli_read_boolean_from_string (const gchar *value,
gboolean *out);
+guint8 *mbimcli_read_buffer_from_string (const gchar *hex,
+ gssize len,
+ gsize *out_len,
+ GError **error);
+
gboolean mbimcli_print_ip_config (MbimDevice *device,
MbimMessage *response,
GError **error);