summaryrefslogtreecommitdiffstats
path: root/plugins/echo.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-04 15:03:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-04 15:03:35 +0200
commit01761bea1ce6539b97640123660c67d81c54318b (patch)
treea9eb2957891081a1ae111b6c7f53a8d2108597b2 /plugins/echo.c
parent0019156df63264bdb80131f947833cd2a1293994 (diff)
parent18614bd2b008cb9f3879990883c569c37b72f195 (diff)
Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-clone
Diffstat (limited to 'plugins/echo.c')
-rw-r--r--plugins/echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/echo.c b/plugins/echo.c
index ead488e4..dcb57949 100644
--- a/plugins/echo.c
+++ b/plugins/echo.c
@@ -123,7 +123,7 @@ static GIOChannel *setup_rfcomm(uint8_t channel)
static GIOChannel *chan = NULL;
-static int echo_probe(struct adapter *adapter)
+static int echo_probe(struct btd_adapter *adapter)
{
const char *path = adapter_get_path(adapter);
@@ -134,7 +134,7 @@ static int echo_probe(struct adapter *adapter)
return 0;
}
-static void echo_remove(struct adapter *adapter)
+static void echo_remove(struct btd_adapter *adapter)
{
const char *path = adapter_get_path(adapter);