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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mbimcli/mbimcli-helpers.h b/src/mbimcli/mbimcli-helpers.h
index 969f416..61d1483 100644
--- a/src/mbimcli/mbimcli-helpers.h
+++ b/src/mbimcli/mbimcli-helpers.h
@@ -32,4 +32,14 @@ gboolean mbimcli_print_ip_config (MbimDevice *device,
MbimMessage *response,
GError **error);
+typedef gboolean (*MbimParseKeyValueForeachFn) (const gchar *key,
+ const gchar *value,
+ GError **error,
+ gpointer user_data);
+
+gboolean mbimcli_parse_key_value_string (const gchar *str,
+ GError **error,
+ MbimParseKeyValueForeachFn callback,
+ gpointer user_data);
+
#endif /* __MBIMCLI_H__ */