view src/xs_title.h @ 683:3cc9b8e23d88

SLDB is now distributed with HVSC.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 07:35:12 +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 */