view src/xs_title.h @ 618:ddae043e8e47

Remove Audacious related stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 22:00:00 +0000
parents a751d2b85a7d
children acaba070cf49
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 __cplusplus
}
#endif
#endif /* XS_TITLE_H */