summaryrefslogtreecommitdiff
path: root/lib/bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth.h')
-rw-r--r--lib/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 1619f5f08..648fc84ec 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -349,6 +349,7 @@ int basprintf(char *str, const char *format, ...);
int basnprintf(char *str, size_t size, const char *format, ...);
void *bt_malloc(size_t size);
+void *bt_malloc0(size_t size);
void bt_free(void *ptr);
int bt_error(uint16_t code);