diff options
Diffstat (limited to 'src/mm-at-serial-port.h')
-rw-r--r-- | src/mm-at-serial-port.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h index cec5dc37..689c184f 100644 --- a/src/mm-at-serial-port.h +++ b/src/mm-at-serial-port.h @@ -80,5 +80,7 @@ void mm_at_serial_port_queue_command_cached (MMAtSerialPort *self, MMAtSerialResponseFn callback, gpointer user_data); -#endif /* MM_AT_SERIAL_PORT_H */ +/* Just for unit tests */ +void mm_at_serial_port_remove_echo (GByteArray *response); +#endif /* MM_AT_SERIAL_PORT_H */ |