1 #ifndef __MPD_EASY_COMMANDS_H__
2 #define __MPD_EASY_COMMANDS_H__
3 
4 void mpd_easy_commands_init(void);
5 
6 #endif
7