view src/xs_title.h @ 615:8fe2e757fa4a

Fixed sub-tune info selection box in fileinfo window.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 19:57:03 +0000
parents a751d2b85a7d
children ddae043e8e47
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
t_xs_tuple *xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
#endif

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