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 e69ab52321..f025704f31 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -295,7 +295,7 @@ struct plugin_api {
295 295
296 /* file */ 296 /* file */
297 int (*PREFIX(open))(const char* pathname, int flags); 297 int (*PREFIX(open))(const char* pathname, int flags);
298 int (*close)(int fd); 298 int (*PREFIX(close))(int fd);
299 ssize_t (*PREFIX(read))(int fd, void* buf, size_t count); 299 ssize_t (*PREFIX(read))(int fd, void* buf, size_t count);
300 off_t (*PREFIX(lseek))(int fd, off_t offset, int whence); 300 off_t (*PREFIX(lseek))(int fd, off_t offset, int whence);
301 int (*PREFIX(creat))(const char *pathname); 301 int (*PREFIX(creat))(const char *pathname);