view src/xs_title.h @ 692:0126579b6652

Actually compiles now with libsidplay2 COM API, but does not work yet.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 09:22:49 +0300
parents acaba070cf49
children 55eea3fa8868
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(xs_tuneinfo_t *, gint);

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