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 89b9d290d5..380fa24c33 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -174,7 +174,7 @@ struct plugin_api {
174 int (*remove)(const char* pathname); 174 int (*remove)(const char* pathname);
175 int (*rename)(const char* path, const char* newname); 175 int (*rename)(const char* path, const char* newname);
176 int (*ftruncate)(int fd, off_t length); 176 int (*ftruncate)(int fd, off_t length);
177 int (*filesize)(int fd); 177 long (*filesize)(int fd);
178 int (*fprintf)(int fd, const char *fmt, ...); 178 int (*fprintf)(int fd, const char *fmt, ...);
179 int (*read_line)(int fd, char* buffer, int buffer_size); 179 int (*read_line)(int fd, char* buffer, int buffer_size);
180 bool (*settings_parseline)(char* line, char** name, char** value); 180 bool (*settings_parseline)(char* line, char** name, char** value);