Code

strfsong: constant pointers
[ncmpc.git] / src / strfsong.h
1 #ifndef STRFSONG_H
2 #define STRFSONG_H
4 #include <glib.h>
5 #include "libmpdclient.h"
7 gsize strfsong(gchar *s, gsize max, const gchar *format,
8                const struct mpd_song *song);
10 #endif