view src/xs_title.h @ 581:18b34952131d

ChangeLog generation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Mar 2007 21:02:05 +0000
parents 3e4901a89f3d
children a751d2b85a7d
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(t_xs_tuneinfo *, gint);
#ifdef AUDACIOUS_PLUGIN
TitleInput * xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
#endif

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