summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetooth/sbc.h')
-rw-r--r--src/modules/bluetooth/sbc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/bluetooth/sbc.h b/src/modules/bluetooth/sbc.h
index b0a14888..f9d506bc 100644
--- a/src/modules/bluetooth/sbc.h
+++ b/src/modules/bluetooth/sbc.h
@@ -89,6 +89,7 @@ int sbc_encode(sbc_t *sbc, void *input, int input_len, void *output,
int sbc_get_frame_length(sbc_t *sbc);
int sbc_get_frame_duration(sbc_t *sbc);
uint16_t sbc_get_codesize(sbc_t *sbc);
+const char *sbc_get_implementation_info(sbc_t *sbc);
void sbc_finish(sbc_t *sbc);
#ifdef __cplusplus