diff options
Diffstat (limited to 'serial')
-rw-r--r-- | serial/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/main.c b/serial/main.c index 518649e0..7a8d01f3 100644 --- a/serial/main.c +++ b/serial/main.c @@ -97,7 +97,7 @@ static GDBusMethodTable serial_methods[] = { static DBusConnection *conn; -static int serial_probe(struct btd_device *device) +static int serial_probe(struct btd_device *device, GSList *records) { const gchar *path = device_get_path(device); DBG("path %s", path); |