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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-port-serial-at.h b/src/mm-port-serial-at.h
index 658f19e4..8e19409e 100644
--- a/src/mm-port-serial-at.h
+++ b/src/mm-port-serial-at.h
@@ -77,7 +77,8 @@ struct _MMPortSerialAtClass {
GType mm_port_serial_at_get_type (void);
-MMPortSerialAt *mm_port_serial_at_new (const char *name);
+MMPortSerialAt *mm_port_serial_at_new (const char *name,
+ MMPortSubsys subsys);
void mm_port_serial_at_add_unsolicited_msg_handler (MMPortSerialAt *self,
GRegex *regex,