aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-at-serial-port.c6
-rw-r--r--src/mm-at-serial-port.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mm-at-serial-port.c b/src/mm-at-serial-port.c
index 3b94458f..1c8e3552 100644
--- a/src/mm-at-serial-port.c
+++ b/src/mm-at-serial-port.c
@@ -226,9 +226,9 @@ mm_at_serial_port_add_unsolicited_msg_handler (MMAtSerialPort *self,
}
void
-mm_at_serial_port_enable_disable_unsolicited_msg_handler (MMAtSerialPort *self,
- GRegex *regex,
- gboolean enable)
+mm_at_serial_port_enable_unsolicited_msg_handler (MMAtSerialPort *self,
+ GRegex *regex,
+ gboolean enable)
{
GSList *existing;
MMAtUnsolicitedMsgHandler *handler;
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,