summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index c96c4ac899..a8e7c2af64 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -925,7 +925,7 @@ struct plugin_api {
925 925
926#if (CONFIG_CODEC == SWCODEC) 926#if (CONFIG_CODEC == SWCODEC)
927 /* buffering API */ 927 /* buffering API */
928 int (*bufopen)(const char *file, size_t offset, enum data_type type, 928 int (*bufopen)(const char *file, off_t offset, enum data_type type,
929 void *user_data); 929 void *user_data);
930 int (*bufalloc)(const void *src, size_t size, enum data_type type); 930 int (*bufalloc)(const void *src, size_t size, enum data_type type);
931 bool (*bufclose)(int handle_id); 931 bool (*bufclose)(int handle_id);