diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-10 11:19:12 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | 1f9fd9e0beba7fd90c46d057c849fb007001b75f (patch) | |
tree | 095659d36721cf94e69456befabd386aff4bef6d /src/mm-port-probe-at-command.h | |
parent | 05f8493ee7baa43cb7ff1242eae4930fc85e6ee5 (diff) |
port-probe: enable probing for Vendor
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 d66b2084..ea41ec45 100644 --- a/src/mm-port-probe-at-command.h +++ b/src/mm-port-probe-at-command.h @@ -53,6 +53,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); +const MMPortProbeAtCommand *mm_port_probe_at_command_get_vendor_probing (void); #endif /* MM_PORT_PROBE_AT_COMMAND_H */ |