diff options
Diffstat (limited to 'src/mm-port-probe-at.h')
-rw-r--r-- | src/mm-port-probe-at.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-port-probe-at.h b/src/mm-port-probe-at.h index 359a6f5d..851bf0fb 100644 --- a/src/mm-port-probe-at.h +++ b/src/mm-port-probe-at.h @@ -52,7 +52,7 @@ typedef gboolean (* MMPortProbeAtResponseProcessor) (const gchar *command, /* Struct to configure port probing commands */ typedef struct { /* The AT command */ - gchar *command; + const gchar *command; /* Timeout of the command, in seconds */ guint timeout; /* The response processor */ @@ -76,5 +76,4 @@ gboolean mm_port_probe_response_processor_is_at (const gchar *command, GVariant **result, GError **result_error); - #endif /* MM_PORT_PROBE_AT_H */ |