move some functions from helpers to status_checker

This commit is contained in:
Andrzej Rybczak
2008-12-28 19:11:05 +01:00
parent b4d8c273bb
commit d92dde1fb1
4 changed files with 51 additions and 58 deletions

View File

@@ -28,9 +28,6 @@
bool ConnectToMPD();
bool ParseArgv(int, char **);
void LockStatusbar();
void UnlockStatusbar();
class CaseInsensitiveSorting
{
public:
@@ -64,7 +61,6 @@ void DisplaySongInColumns(const Song &, void *, Menu<Song> *);
void DisplaySong(const Song &, void * = &Config.song_list_format, Menu<Song> * = NULL);
void GetInfo(Song &, Scrollpad &);
void ShowMessage(const char *, ...);
Window &Statusbar();
const Buffer &ShowTag(const string &);