From b583273d911d67eb202f3f367f18d4460913ad41 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 10 Mar 2008 20:01:52 +0000 Subject: added list2string function --- common/glib-helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/glib-helper.h') diff --git a/common/glib-helper.h b/common/glib-helper.h index e64eccca..7cfdc5dc 100644 --- a/common/glib-helper.h +++ b/common/glib-helper.h @@ -28,3 +28,4 @@ int bt_discover_services(const bdaddr_t *src, const bdaddr_t *dst, bt_callback_t cb, void *user_data, bt_destroy_t destroy); gchar *bt_uuid2string(uuid_t *uuid); +gchar *bt_list2string(GSList *list); -- cgit