diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-10 00:47:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | 05f8493ee7baa43cb7ff1242eae4930fc85e6ee5 (patch) | |
tree | 8cd738f15ef4c91a2429e5d4d68f2853eae0ea0b /src/mm-port-probe-at-command.h | |
parent | 6816c2e61def241eb2a991a11c21da699b06b54f (diff) |
port-probe: enable probing for Capabilities
Diffstat (limited to 'src/mm-port-probe-at-command.h')
-rw-r--r-- | src/mm-port-probe-at-command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port-probe-at-command.h b/src/mm-port-probe-at-command.h index 60ccd8e0..d66b2084 100644 --- a/src/mm-port-probe-at-command.h +++ b/src/mm-port-probe-at-command.h @@ -52,6 +52,7 @@ typedef struct { /* Default commands used during probing */ const MMPortProbeAtCommand *mm_port_probe_at_command_get_probing (void); +const MMPortProbeAtCommand *mm_port_probe_at_command_get_capabilities_probing (void); #endif /* MM_PORT_PROBE_AT_COMMAND_H */ |