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 4dbd9d04c0..66c895d0db 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -979,6 +979,7 @@ struct plugin_api {
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 int (*lang_is_rtl)(void);
982 const char* (*get_codec_string)(int codectype);
982}; 983};
983 984
984/* plugin header */ 985/* plugin header */