summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index b060104373..41375a6adb 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -789,7 +789,8 @@ struct plugin_api {
789 789
790#if (CONFIG_CODEC == SWCODEC) 790#if (CONFIG_CODEC == SWCODEC)
791 /* buffering API */ 791 /* buffering API */
792 int (*bufopen)(const char *file, size_t offset, enum data_type type); 792 int (*bufopen)(const char *file, size_t offset, enum data_type type,
793 void *user_data);
793 int (*bufalloc)(const void *src, size_t size, enum data_type type); 794 int (*bufalloc)(const void *src, size_t size, enum data_type type);
794 bool (*bufclose)(int handle_id); 795 bool (*bufclose)(int handle_id);
795 int (*bufseek)(int handle_id, size_t newpos); 796 int (*bufseek)(int handle_id, size_t newpos);