diff options
Diffstat (limited to 'src/mm-port-probe-at-command.h')
-rw-r--r-- | src/mm-port-probe-at-command.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-port-probe-at-command.h b/src/mm-port-probe-at-command.h index 9377560f..60ccd8e0 100644 --- a/src/mm-port-probe-at-command.h +++ b/src/mm-port-probe-at-command.h @@ -50,5 +50,8 @@ typedef struct { GError **result_error); } MMPortProbeAtCommand; +/* Default commands used during probing */ +const MMPortProbeAtCommand *mm_port_probe_at_command_get_probing (void); + #endif /* MM_PORT_PROBE_AT_COMMAND_H */ |