view src/xs_title.h @ 920:560cdf7f1fec

Fix a silly bug in the SLDB parser caused by recent changes. Cleaned up the code a bit as well.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Nov 2012 19:06:55 +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 */