summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-19 05:17:08 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-19 05:17:08 +0100
commit2e250aaebb7708b25b5342d8ced657364adedc95 (patch)
tree5698b90b843d0678350b9ab51d8c4d4d795dc12e /src/modules/bluetooth/sbc.h
parentb0c0106824b47e7b21f022cb0f8dbf5b54a7b269 (diff)
parent38ded3bb31bc49664641965f856a35f432a8a956 (diff)
Merge commit '38ded3bb31bc49664641965f856a35f432a8a956'
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