view src/xs_title.h @ 885:8f15a358d44f

Added tag dev-0_8_93 for changeset c27ab890397c
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 05:31:18 +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 */