summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-01 19:23:01 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-01 19:23:01 +0100
commite42225701209abe34afcde2aff7dd036d8c9f9c6 (patch)
treea84261a7d9d3c524078eb0c7ab2e726b8b131c03 /deadbeef.h
parent5693fa18e79dd9868d99d98e3cd5d8ef798e937f (diff)
last.fm scrobbler is configurable via gui
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 38eec96a..aca8992d 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -362,6 +362,9 @@ typedef struct DB_plugin_s {
// cmdline is 0-separated list of strings, guaranteed to have 0 at the end
// cmdline_size is number of bytes pointed by cmdline
int (*exec_cmdline) (const char *cmdline, int cmdline_size);
+ // plugin configuration dialog is constructed from this data
+ // can be NULL
+ const char *configdialog;
} DB_plugin_t;
typedef struct {