diff options
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 6926797..8170a45 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -163,7 +163,7 @@ struct plugin_api { void (*qsort)(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); int (*kbd_input)(char* buffer, int buflen); - struct mp3entry* (*mpeg_current_track)(); + struct mp3entry* (*mpeg_current_track)(void); }; /* defined by the plugin loader (plugin.c) */ |