libmpd  11.8.17
libmpd-sticker.h
Go to the documentation of this file.
1 #ifndef __LIBMPD_STICKER_H__
2 #define __LIBMPD_STICKER_H__
3 
4 
5 char * mpd_sticker_song_get(MpdObj *mi, const char *path, const char *tag);
6 
7 int mpd_sticker_song_set(MpdObj *mi, const char *path, const char *tag, const char *value);
8 
9 
10 int mpd_sticker_supported ( MpdObj *mi);
11 #endif
struct _MpdObj MpdObj
Definition: libmpd.h:100
char * mpd_sticker_song_get(MpdObj *mi, const char *path, const char *tag)
int mpd_sticker_song_set(MpdObj *mi, const char *path, const char *tag, const char *value)
int mpd_sticker_supported(MpdObj *mi)

Copyright 2006 Qball Cow