view src/xs_title.h @ 217:c1a5b5cf2f28

Titlestring handling
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:23:01 +0000
parents
children 608f31f6c095
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, gchar *, gchar *, gchar *, gchar *);

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