From ea00a446dbacead62040dd2bd7e663774c205c04 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 10 Mar 2008 14:20:50 +0000 Subject: added new function to convert uuid to string(uuid128) --- hcid/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcid/device.h') diff --git a/hcid/device.h b/hcid/device.h index 91ac8a7b..cdb68a50 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -26,12 +26,12 @@ struct device { char *address; char *path; struct adapter *adapter; - sdp_list_t *uuids; + GSList *uuids; }; gboolean device_init(DBusConnection *conn); void device_cleanup(void); void device_foreach(GFunc func, gpointer user_data); const char *device_create(struct adapter *adapter, - const char *address, sdp_list_t *uuids); + const char *address, GSList *uuids); void device_remove(const char *path); -- cgit