diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-04 11:53:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | 39dd4c166d2750a00dfe1a3505a02bccaaf7f755 (patch) | |
tree | afe110b0ac5321b6f31c792c6c4b2c1facc85c85 /plugins/simtech/mm-modem-helpers-simtech.h | |
parent | 78cad902ef342d6da628f26e1282782aa8361316 (diff) |
modem-helpers: port clcc list parser to use object logging
Diffstat (limited to 'plugins/simtech/mm-modem-helpers-simtech.h')
-rw-r--r-- | plugins/simtech/mm-modem-helpers-simtech.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/simtech/mm-modem-helpers-simtech.h b/plugins/simtech/mm-modem-helpers-simtech.h index efcc23f5..1949d2e7 100644 --- a/plugins/simtech/mm-modem-helpers-simtech.h +++ b/plugins/simtech/mm-modem-helpers-simtech.h @@ -32,6 +32,7 @@ gboolean mm_simtech_parse_clcc_test (const gchar *response, GRegex *mm_simtech_get_clcc_urc_regex (void); gboolean mm_simtech_parse_clcc_list (const gchar *str, + gpointer log_object, GList **out_list, GError **error); void mm_simtech_call_info_list_free (GList *call_info_list); |