diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-10 12:11:52 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:45 +0200 |
commit | b791e87b23b3cbfdad53edf1129a1428b14c191c (patch) | |
tree | a8b1dc0e08346cd498ac1e1d66a654f3f310f62e /src/mm-plugin.h | |
parent | a9075b0c09eb999eb64fda70154e055a9d0edb1d (diff) |
device: keep a list of port probes instead of just ports
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 89eeca67..6b8e7bab 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -111,7 +111,7 @@ void mm_plugin_supports_port_cancel (MMPlugin *plugin, const char *name); MMBaseModem *mm_plugin_create_modem (MMPlugin *plugin, - GList *ports, + GList *port_probes, GError **error); #endif /* MM_PLUGIN_H */ |