summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 07b8cd5d4f..e24081128f 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -275,7 +275,7 @@ extern unsigned char plugin_end_addr[];
275void codec_get_full_path(char *path, const char *codec_root_fn); 275void codec_get_full_path(char *path, const char *codec_root_fn);
276 276
277/* Returns pointer to and size of free codec RAM */ 277/* Returns pointer to and size of free codec RAM */
278void *codeclib_get_buffer(size_t *size); 278void *codec_get_buffer_callback(size_t *size);
279 279
280/* defined by the codec loader (codec.c) */ 280/* defined by the codec loader (codec.c) */
281int codec_load_buf(int hid, struct codec_api *api); 281int codec_load_buf(int hid, struct codec_api *api);