libmpd
0.20.0
Main Page
Modules
Data Structures
Files
Examples
File List
Globals
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
Copyright 2006
Qball Cow