summaryrefslogtreecommitdiff
path: root/plugins/artwork/lastfm.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-28 19:04:15 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-28 19:04:15 +0100
commitdc16ab2da7065f82230087a84654167aec5444dc (patch)
tree469d9b9da96de74fc27c261112fe68b9c6c0d9eb /plugins/artwork/lastfm.h
parent515d5e66bb81bdf1fc63b28e8f50ee558d767630 (diff)
cover-art WIP
Diffstat (limited to 'plugins/artwork/lastfm.h')
-rw-r--r--plugins/artwork/lastfm.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/artwork/lastfm.h b/plugins/artwork/lastfm.h
new file mode 100644
index 00000000..09ec817c
--- /dev/null
+++ b/plugins/artwork/lastfm.h
@@ -0,0 +1,25 @@
+/*
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009-2010 Alexey Yakovenko <waker@users.sourceforge.net>
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
+#ifndef __LASTFM_H
+#define __LASTFM_H
+
+int
+fetch_from_lastfm (const char *artist, const char *album, const char *dest);
+
+#endif