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 d8460cdc..fb974dc0 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -122,6 +122,7 @@ typedef struct {
void (*playback_set_pos) (float pos); // [0..100]
int (*playback_get_samplerate) (void); // output samplerate
// process control
+ const char *(*get_config_dir) (void);
void (*quit) (void);
// threading
int (*thread_start) (void (*fn)(uintptr_t ctx), uintptr_t ctx);