summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9728dc4ac4..e017247e77 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -150,7 +150,7 @@ struct plugin_api {
150 int (*read_line)(int fd, char* buffer, int buffer_size); 150 int (*read_line)(int fd, char* buffer, int buffer_size);
151 151
152 /* dir */ 152 /* dir */
153 DIR* (*opendir)(char* name); 153 DIR* (*opendir)(const char* name);
154 int (*closedir)(DIR* dir); 154 int (*closedir)(DIR* dir);
155 struct dirent* (*readdir)(DIR* dir); 155 struct dirent* (*readdir)(DIR* dir);
156 156