blob: 7770a86983e152569ed7f2fae4766ade83b37ae3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef STRFSONG_H
#define STRFSONG_H
#include <glib.h>
#include "libmpdclient.h"
gsize strfsong(gchar *s, gsize max, const gchar *format,
const struct mpd_song *song);
#endif
|