aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-serial-at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-port-serial-at.h')
-rw-r--r--src/mm-port-serial-at.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mm-port-serial-at.h b/src/mm-port-serial-at.h
index 8e19409e..f447d144 100644
--- a/src/mm-port-serial-at.h
+++ b/src/mm-port-serial-at.h
@@ -53,9 +53,10 @@ typedef enum { /*< underscore_name=mm_port_serial_at_flag >*/
MM_PORT_SERIAL_AT_FLAG_GPS_CONTROL = 1 << 3,
} MMPortSerialAtFlag;
-typedef gboolean (*MMPortSerialAtResponseParserFn) (gpointer user_data,
- GString *response,
- GError **error);
+typedef gboolean (*MMPortSerialAtResponseParserFn) (gpointer user_data,
+ GString *response,
+ gpointer log_object,
+ GError **error);
typedef void (*MMPortSerialAtUnsolicitedMsgFn) (MMPortSerialAt *port,
GMatchInfo *match_info,