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

@@ -149,6 +149,9 @@ void mpd_closeConnection(mpd_Connection * connection);
*/
void mpd_clearError(mpd_Connection * connection);
/* added by unK, make this extern as I want to use it */
void mpd_executeCommand(mpd_Connection * connection, const char * command);
/* STATUS STUFF */
/* use these with status.state to determine what state the player is in */