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 5dfadcc29d..8f7d556302 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -272,7 +272,7 @@ struct codec_api {
272 int (*kbd_input)(char* buffer, int buflen); 272 int (*kbd_input)(char* buffer, int buflen);
273 struct tm* (*get_time)(void); 273 struct tm* (*get_time)(void);
274 int (*set_time)(const struct tm *tm); 274 int (*set_time)(const struct tm *tm);
275 void* (*plugin_get_audio_buffer)(int* buffer_size); 275 void* (*plugin_get_audio_buffer)(size_t* buffer_size);
276 int (*round_value_to_list32)(unsigned long value, 276 int (*round_value_to_list32)(unsigned long value,
277 const unsigned long list[], 277 const unsigned long list[],
278 int count, 278 int count,