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, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index a9f551860a..3d6859b0d3 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -168,6 +168,8 @@ struct plugin_api {
168 int(*compar)(const void *, const void *)); 168 int(*compar)(const void *, const void *));
169 int (*kbd_input)(char* buffer, int buflen); 169 int (*kbd_input)(char* buffer, int buflen);
170 struct mp3entry* (*mpeg_current_track)(void); 170 struct mp3entry* (*mpeg_current_track)(void);
171 int (*atoi)(const char *str);
172 struct tm* (*get_time)(void);
171}; 173};
172 174
173/* defined by the plugin loader (plugin.c) */ 175/* defined by the plugin loader (plugin.c) */