move WindowTitle() to local unnamed namespace

This commit is contained in:
Andrzej Rybczak
2009-02-11 09:12:49 +01:00
parent d82577e357
commit cecb11c3d8
6 changed files with 27 additions and 68 deletions

View File

@@ -26,7 +26,7 @@
#ifdef HAVE_CURL_CURL_H
# include <pthread.h>
# include "curl/curl.h"
void * GetArtistInfo(void *);
void *GetArtistInfo(void *);
struct LyricsPlugin
{
@@ -40,7 +40,7 @@ const char *GetLyricsPluginName(int);
#endif
void * GetLyrics(void *);
void *GetLyrics(void *);
#endif