view src/xs_title.h @ 927:8fc22804ab61

Added tag dev-0_8_97 for changeset 970ff4d30e89
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Nov 2012 18:57:23 +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 */