libmpd 0.19.0
|
00001 /* libmpd (high level libmpdclient library) 00002 * Copyright (C) 2004-2009 Qball Cow <qball@sarine.nl> 00003 * Project homepage: http://gmpcwiki.sarine.nl/ 00004 00005 * Based on mpc's songToFormatedString modified for glib and ncmpc 00006 * (c) 2003-2004 by normalperson and Warren Dukes (shank@mercury.chem.pitt.edu) 00007 * and Daniel Brown (danb@cs.utexas.edu) 00008 * and Kalle Wallin (kaw@linux.se) 00009 * and Qball Cow (Qball@qballcow.nl) 00010 00011 * This program is free software; you can redistribute it and/or modify 00012 * it under the terms of the GNU General Public License as published by 00013 * the Free Software Foundation; either version 2 of the License, or 00014 * (at your option) any later version. 00015 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 00021 * You should have received a copy of the GNU General Public License along 00022 * with this program; if not, write to the Free Software Foundation, Inc., 00023 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00024 */ 00025 00026 #ifndef __STRFSONG_H__ 00027 #define __STRFSONG_H__ 00028 00029 #include "libmpd.h" 00042 unsigned int mpd_song_markup(char *s, unsigned int max, const char *format, mpd_Song * song); 00043 00044 #endif