view src/xs_title.h @ 448:699c407447e9

_XS_TITLE_H
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Jan 2007 14:31:04 +0000
parents f997b79a7251
children fa95d942f226
line wrap: on
line source

#ifndef _XS_TITLE_H
#define _XS_TITLE_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Functions
 */
gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);

#ifdef __cplusplus
}
#endif
#endif /* _XS_TITLE_H */