libmpd
11.8.17
libmpd-strfsong.h
Go to the documentation of this file.
1
/* libmpd (high level libmpdclient library)
2
* Copyright (C) 2004-2009 Qball Cow <qball@sarine.nl>
3
* Project homepage: http://gmpcwiki.sarine.nl/
4
5
* Based on mpc's songToFormatedString modified for glib and ncmpc
6
* (c) 2003-2004 by normalperson and Warren Dukes (shank@mercury.chem.pitt.edu)
7
* and Daniel Brown (danb@cs.utexas.edu)
8
* and Kalle Wallin (kaw@linux.se)
9
* and Qball Cow (Qball@qballcow.nl)
10
11
* This program is free software; you can redistribute it and/or modify
12
* it under the terms of the GNU General Public License as published by
13
* the Free Software Foundation; either version 2 of the License, or
14
* (at your option) any later version.
15
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU General Public License for more details.
20
21
* You should have received a copy of the GNU General Public License along
22
* with this program; if not, write to the Free Software Foundation, Inc.,
23
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
*/
25
26
#ifndef __STRFSONG_H__
27
#define __STRFSONG_H__
28
29
#include "
libmpd.h
"
42
unsigned
int
mpd_song_markup
(
char
*s,
unsigned
int
max,
const
char
*format,
mpd_Song
* song);
43
44
#endif
mpd_song_markup
unsigned int mpd_song_markup(char *s, unsigned int max, const char *format, mpd_Song *song)
libmpd.h
_mpd_Song
Definition:
libmpdclient.h:267
Copyright 2006
Qball Cow