view src/sid/xs_title.h @ 237:f0117679cd26 trunk

[svn] - a slightly better way of doing things here
author nenolod
date Tue, 07 Nov 2006 02:11:05 -0800
parents 3da1b8942b8b
children 6c3c7b841382
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, gint, const gchar *, const gchar *, const gchar *, const gchar *);

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