view src/xs_title.h @ 520:81481e59e195

Almost working.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Feb 2007 02:33:03 +0000
parents 699c407447e9
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 */