summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-15 21:23:33 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-15 21:23:33 +0100
commitc87b942009c7a824c67aca4949bdd61644ead4be (patch)
tree38eb1a1e0ba0e5c1d0f4bdd44c578a05318cc248 /deadbeef.h
parent6c819a52a8131a6c1f58d7ae2937f1319c7e741d (diff)
playlist refactoring WIP
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 3c173c50..396e1c9b 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -80,7 +80,7 @@ extern "C" {
// playlist item
// these are "public" fields, available to plugins
-typedef struct {
+typedef struct DB_playItem_s {
char *fname; // full pathname
// struct DB_decoder_s *decoder; // codec to use with this file
const char *decoder_id;