view src/xs_title.h @ 974:ae99f7489e79

Update to match latest API changes in libSIDPlayFP 1.0.0 alphas.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Nov 2012 19:32:39 +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 */