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 6f28f0e..34fd394 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -222,7 +222,7 @@ struct codec_api {
size_t (*enc_unget_pcm_data)(size_t size);
/* file */
- int (*open)(const char* pathname, int flags);
+ int (*open)(const char* pathname, int flags, ...);
int (*close)(int fd);
ssize_t (*read)(int fd, void* buf, size_t count);
off_t (*lseek)(int fd, off_t offset, int whence);