summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
authorCidorvan Leite <cidorvan.leite@openbossa.org>2008-05-15 13:17:42 +0000
committerCidorvan Leite <cidorvan.leite@openbossa.org>2008-05-15 13:17:42 +0000
commit497dd72d04902511120a03b0f66333642426be47 (patch)
tree87dc38b0f1bfb0981e1f862a27d248408d2e9f89 /common/glib-helper.h
parent165b6e46b5524e2ed623925fa45d80d11032e716 (diff)
Added function for convert string to uuid128
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r--common/glib-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h
index 1db329ca..23a04046 100644
--- a/common/glib-helper.h
+++ b/common/glib-helper.h
@@ -36,6 +36,7 @@ int bt_search_service(const bdaddr_t *src, const bdaddr_t *dst,
bt_destroy_t destroy);
gchar *bt_uuid2string(uuid_t *uuid);
+int bt_string2uuid(uuid_t *uuid, const char *string);
gchar *bt_list2string(GSList *list);
GSList *bt_string2list(const gchar *str);