implement argv handler and basic mpc commands

This commit is contained in:
unK
2008-10-05 22:41:29 +02:00
parent 9fd373625d
commit 4ab4e72c97
7 changed files with 152 additions and 13 deletions

View File

@@ -27,6 +27,9 @@
extern ncmpcpp_config Config;
bool ConnectToMPD();
bool ParseArgv(vector<string> &);
void LockStatusbar();
void UnlockStatusbar();