diff options
Diffstat (limited to 'src/mm-port-serial-at.h')
-rw-r--r-- | src/mm-port-serial-at.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-serial-at.h b/src/mm-port-serial-at.h index 901afcba..82368875 100644 --- a/src/mm-port-serial-at.h +++ b/src/mm-port-serial-at.h @@ -108,7 +108,7 @@ void mm_port_serial_at_command (MMPortSerialAt *self, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); -const gchar *mm_port_serial_at_command_finish (MMPortSerialAt *self, +gchar *mm_port_serial_at_command_finish (MMPortSerialAt *self, GAsyncResult *res, GError **error); |