escape html chars in fetched lyrics properly

This commit is contained in:
unK
2008-09-14 19:41:33 +02:00
parent 80c067924e
commit 0664f9ed2b
2 changed files with 18 additions and 20 deletions

View File

@@ -28,6 +28,7 @@
# include "curl/curl.h"
#endif
void EscapeHtml(string &);
string GetLyrics(string, string);
#endif