aboutsummaryrefslogtreecommitdiff
path: root/src/mm-at-serial-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-at-serial-port.h')
-rw-r--r--src/mm-at-serial-port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h
index 09706818..cdd3b9cb 100644
--- a/src/mm-at-serial-port.h
+++ b/src/mm-at-serial-port.h
@@ -89,9 +89,9 @@ void mm_at_serial_port_add_unsolicited_msg_handler (MMAtSerialPort *self,
gpointer user_data,
GDestroyNotify notify);
-void mm_at_serial_port_enable_disable_unsolicited_msg_handler (MMAtSerialPort *self,
- GRegex *regex,
- gboolean enable);
+void mm_at_serial_port_enable_unsolicited_msg_handler (MMAtSerialPort *self,
+ GRegex *regex,
+ gboolean enable);
void mm_at_serial_port_set_response_parser (MMAtSerialPort *self,
MMAtSerialResponseParserFn fn,