summaryrefslogtreecommitdiff
path: root/lib/bluetooth.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-29 22:58:11 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-29 22:58:11 -0800
commit7003e67273eda450adccee6851400c569f48fa10 (patch)
treefd74b163fc98b50d7b1d9c0d33bd1378381eef12 /lib/bluetooth.h
parentd1b90a468d2a1d28561a2cb1749ec3bf0603b6b7 (diff)
downloadbluez-7003e67273eda450adccee6851400c569f48fa10.tar.gz
lib: Make bt_compidtostr return value const
Diffstat (limited to 'lib/bluetooth.h')
-rw-r--r--lib/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 161b7bd09..48323f06b 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -319,7 +319,7 @@ void *bt_malloc(size_t size);
void bt_free(void *ptr);
int bt_error(uint16_t code);
-char *bt_compidtostr(int id);
+const char *bt_compidtostr(int id);
typedef struct {
uint8_t data[16];