support for fetching artist's info from last.fm

This commit is contained in:
unK
2008-09-15 12:45:02 +02:00
parent 0664f9ed2b
commit 9795fc4488
7 changed files with 231 additions and 10 deletions

View File

@@ -26,6 +26,7 @@
#include <fstream>
#ifdef HAVE_CURL_CURL_H
# include "curl/curl.h"
string GetArtistInfo(string);
#endif
void EscapeHtml(string &);