aboutsummaryrefslogtreecommitdiffstats
path: root/src/strfsong.h
blob: 7c0361d9c2acc7cfa5836975fcef605194f0b182 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef STRFSONG_H
#define STRFSONG_H

#include <glib.h>
#include "libmpdclient.h"

gsize strfsong(gchar *s, gsize max, const gchar *format, mpd_Song *song);

#endif