diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-10-09 15:37:43 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-10-09 15:37:43 +0000 |
| commit | b8eb2a89ad911df3c236b95b9eb3cc365a1f8e09 (patch) | |
| tree | 99f05d27e71e63db256b18d6d4f05bc3bc9779df /apps/plugin.h | |
| parent | ef9abe438573dde2e059e6f7ba50933c4eddffc6 (diff) | |
| download | rockbox-b8eb2a89ad911df3c236b95b9eb3cc365a1f8e09.zip rockbox-b8eb2a89ad911df3c236b95b9eb3cc365a1f8e09.tar.gz rockbox-b8eb2a89ad911df3c236b95b9eb3cc365a1f8e09.tar.bz2 rockbox-b8eb2a89ad911df3c236b95b9eb3cc365a1f8e09.tar.xz | |
Oops. Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15046 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index e69ab52..f025704 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -295,7 +295,7 @@ struct plugin_api { /* file */ int (*PREFIX(open))(const char* pathname, int flags); - int (*close)(int fd); + int (*PREFIX(close))(int fd); ssize_t (*PREFIX(read))(int fd, void* buf, size_t count); off_t (*PREFIX(lseek))(int fd, off_t offset, int whence); int (*PREFIX(creat))(const char *pathname); |