diff options
Diffstat (limited to 'src/mm-port-probe-at.h')
-rw-r--r-- | src/mm-port-probe-at.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-port-probe-at.h b/src/mm-port-probe-at.h index ee21b7aa..d180be4f 100644 --- a/src/mm-port-probe-at.h +++ b/src/mm-port-probe-at.h @@ -75,5 +75,13 @@ gboolean mm_port_probe_response_processor_is_at (const gchar *command, const GError *error, GVariant **result, GError **result_error); +/* Generic response parser which returns TRUE if no error */ +gboolean mm_port_probe_response_processor_no_error (const gchar *command, + const gchar *response, + gboolean last_command, + const GError *error, + GVariant **result, + GError **result_error); + #endif /* MM_PORT_PROBE_AT_H */ |