separate some code from ncmpcpp.cpp
This commit is contained in:
13
src/lyrics.h
13
src/lyrics.h
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user