aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmicli/qmicli-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-02-25 15:30:50 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-02-25 15:47:15 +0100
commit420800d7d59e166093a04cbae6ddddba02a019e4 (patch)
tree2eaac5f87332f81a28dfc56f699377486319bbce /src/qmicli/qmicli-helpers.h
parent18694ee79a624119d5f0bc379562646fe8bccfb6 (diff)
downloadexternal_libqmi-420800d7d59e166093a04cbae6ddddba02a019e4.zip
external_libqmi-420800d7d59e166093a04cbae6ddddba02a019e4.tar.gz
external_libqmi-420800d7d59e166093a04cbae6ddddba02a019e4.tar.bz2
qmicli: use common helper to print list of supported messages
Diffstat (limited to 'src/qmicli/qmicli-helpers.h')
-rw-r--r--src/qmicli/qmicli-helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmicli/qmicli-helpers.h b/src/qmicli/qmicli-helpers.h
index 72f8825..864afd9 100644
--- a/src/qmicli/qmicli-helpers.h
+++ b/src/qmicli/qmicli-helpers.h
@@ -55,4 +55,7 @@ gboolean qmicli_read_non_empty_string (const gchar *str,
gboolean qmicli_read_uint_from_string (const gchar *str,
guint *out);
+gchar *qmicli_get_supported_messages_list (const guint8 *data,
+ gsize len);
+
#endif /* __QMICLI_H__ */