Implement setting sticker
[libmpd.git] / src / libmpd-sticker.h
blob788125a396294549a70af4ffa4cef327305d9f78
1 #ifndef __LIBMPD_STICKER_H__
2 #define __LIBMPD_STICKER_H__
5 char * mpd_sticker_song_get(MpdObj *mi, const char *path, const char *tag);
7 int mpd_sticker_song_set(MpdObj *mi, const char *path, const char *tag, const char *value);
9 #endif