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

@@ -24,9 +24,14 @@
#include "mpdpp.h"
#include "ncmpcpp.h"
void LockStatusbar();
void UnlockStatusbar();
void TraceMpdStatus();
void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges, void *);
void NcmpcppErrorCallback(MPD::Connection *, int, const char *, void *);
void ShowMessage(const char *, ...);
#endif