libmpd
11.8.90
|
00001 #ifndef __LIBMPD_STICKER_H__ 00002 #define __LIBMPD_STICKER_H__ 00003 00004 00005 char * mpd_sticker_song_get(MpdObj *mi, const char *path, const char *tag); 00006 00007 int mpd_sticker_song_set(MpdObj *mi, const char *path, const char *tag, const char *value); 00008 00009 00010 int mpd_sticker_supported ( MpdObj *mi); 00011 #endif