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 aa6108a8ab..5f594e6cf5 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -397,7 +397,7 @@ struct plugin_api {
397 397
398 /* file */ 398 /* file */
399 int (*open_utf8)(const char* pathname, int flags); 399 int (*open_utf8)(const char* pathname, int flags);
400 int (*open)(const char* pathname, int flags); 400 int (*open)(const char* pathname, int flags, ...);
401 int (*close)(int fd); 401 int (*close)(int fd);
402 ssize_t (*read)(int fd, void* buf, size_t count); 402 ssize_t (*read)(int fd, void* buf, size_t count);
403 off_t (*lseek)(int fd, off_t offset, int whence); 403 off_t (*lseek)(int fd, off_t offset, int whence);