view src/xs_title.h @ 244:5c76fec807c1 dev-0_8_0b13

Final 0.8.0 beta 13
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 16:11:00 +0000
parents 608f31f6c095
children 1222cff759c6
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(gchar *, gint, gint, const gchar *, const gchar *, const gchar *, const gchar *);

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