summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-08 17:44:09 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-08 17:44:09 +0200
commit24eeb7ee096fd1066c4b6aa15a67be369958825d (patch)
tree92a11d0f2d5a8a1b3dbca1360d2d66ea6577b020 /plugins/artwork/artwork.h
parent40216453411e800a3aa6cc13079c1548c27d0b20 (diff)
fixed possible hangs / errors in artwork plugin
Diffstat (limited to 'plugins/artwork/artwork.h')
-rw-r--r--plugins/artwork/artwork.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/artwork/artwork.h b/plugins/artwork/artwork.h
index c6fd9177..ab0fead6 100644
--- a/plugins/artwork/artwork.h
+++ b/plugins/artwork/artwork.h
@@ -3,6 +3,8 @@
#include "../../deadbeef.h"
+extern DB_FILE *current_file;
+
typedef void (*artwork_callback) (const char *fname, const char *artist, const char *album, void *user_data);
typedef struct {