summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 364db17a..85071b75 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -544,6 +544,7 @@ typedef struct {
struct DB_dsp_s **(*plug_get_dsp_list) (void);
struct DB_playlist_s **(*plug_get_playlist_list) (void);
struct DB_plugin_s **(*plug_get_list) (void);
+ const char **(*plug_get_gui_names) (void);
const char * (*plug_get_decoder_id) (const char *id);
void (*plug_remove_decoder_id) (const char *id);
struct DB_plugin_s *(*plug_get_for_id) (const char *id);