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 4b8e30d1..364db17a 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -328,6 +328,7 @@ typedef struct {
int (*streamer_get_current_playlist) (void);
struct ddb_dsp_context_s * (*streamer_get_dsp_chain) (void);
void (*streamer_set_dsp_chain) (struct ddb_dsp_context_s *chain);
+ void (*streamer_dsp_refresh) (void); // call after changing parameters
// system folders
// normally functions will return standard folders derived from --prefix
// portable version will return pathes specified in comments below