aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r--src/mm-port-probe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h
index 74bf84de..454ea298 100644
--- a/src/mm-port-probe.h
+++ b/src/mm-port-probe.h
@@ -25,7 +25,7 @@
#include "mm-private-boxed-types.h"
#include "mm-port-probe-at.h"
-#include "mm-at-serial-port.h"
+#include "mm-port-serial-at.h"
#include "mm-device.h"
#define MM_TYPE_PORT_PROBE (mm_port_probe_get_type ())
@@ -68,7 +68,7 @@ struct _MMPortProbeClass {
* It also helps to implement plugin-specific checks, as plugins can set
* their own probing results on the 'probe' object. */
typedef void (* MMPortProbeAtCustomInit) (MMPortProbe *probe,
- MMAtSerialPort *port,
+ MMPortSerialAt *port,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);