summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index e9dedf02a1..4dbd9d04c0 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -978,6 +978,7 @@ struct plugin_api {
978 bool (*playlist_entries_iterate)(const char *filename, 978 bool (*playlist_entries_iterate)(const char *filename,
979 struct playlist_insert_context *pl_context, 979 struct playlist_insert_context *pl_context,
980 bool (*action_cb)(const char *file_name)); 980 bool (*action_cb)(const char *file_name));
981 int (*lang_is_rtl)(void);
981}; 982};
982 983
983/* plugin header */ 984/* plugin header */