diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-21 18:01:02 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:07:27 +0200 |
commit | 0b3eb27856462e232f54762a3ba496bf36e25775 (patch) | |
tree | 6e95a4bee529c399ab2714995ed14b76c70da519 /src/mm-port-probe-at.h | |
parent | 5b96aa9db4899d6c217b7ba5596e1dd64ca8f931 (diff) |
port-probe: include Icera support check in the probing sequence
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 */ |