view src/xs_title.h @ 1016:0fee394985f2 default tip

Added xmms.m4
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Jan 2016 19:05:29 +0200
parents 55eea3fa8868
children
line wrap: on
line source

#ifndef XS_TITLE_H
#define XS_TITLE_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

gchar *xs_make_titlestring(XSTuneInfo *, gint);

#ifdef __cplusplus
}
#endif
#endif /* XS_TITLE_H */