[Database::Update] Fix API breakage on MPD side.
[libmpd.git] / src / libmpd-sticker.h
blob04c757c64c0fa8a8cbd30d8c54b74bcf1894455d
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);
10 int mpd_sticker_supported ( MpdObj *mi);
11 #endif