summaryrefslogtreecommitdiffstats
path: root/plugins/echo.c
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-09-04 16:03:43 +0530
committerAlok Barsode <alok.barsode@azingo.com>2008-09-04 16:03:43 +0530
commit18614bd2b008cb9f3879990883c569c37b72f195 (patch)
tree4fa3c31c5dedb9ac6db5ec651f8e109bf6fd353f /plugins/echo.c
parentcef9cd308fbd34476e45794eabe1805dc87cd15e (diff)
Renaming struct adapter to struct btd_adapter.
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);