summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 76f31c3f83..f2e86218ea 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -192,9 +192,9 @@ struct plugin_api {
192#endif 192#endif
193 193
194 /* dir */ 194 /* dir */
195 DIR* (*opendir)(const char* name); 195 DIR* (*PREFIX(opendir))(const char* name);
196 int (*closedir)(DIR* dir); 196 int (*PREFIX(closedir))(DIR* dir);
197 struct dirent* (*readdir)(DIR* dir); 197 struct dirent* (*PREFIX(readdir))(DIR* dir);
198 198
199 /* kernel/ system */ 199 /* kernel/ system */
200 void (*PREFIX(sleep))(int ticks); 200 void (*PREFIX(sleep))(int ticks);