view src/xs_title.h @ 348:d1558ecb94f9

z1.9 -> 1.9
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Oct 2005 22:04:04 +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 */