separate some code from ncmpcpp.cpp

This commit is contained in:
Andrzej Rybczak
2009-02-13 17:24:06 +01:00
parent 29301aefd5
commit 8ba72bc78a
29 changed files with 2956 additions and 2168 deletions

View File

@@ -26,7 +26,16 @@
#ifdef HAVE_CURL_CURL_H
# include <pthread.h>
# include "curl/curl.h"
void *GetArtistInfo(void *);
namespace Lyrics
{
void Init();
void Resize();
void Update();
bool Ready();
void Get();
}
struct LyricsPlugin
{
@@ -40,7 +49,5 @@ const char *GetLyricsPluginName(int);
#endif
void *GetLyrics(void *);
#endif