view Plugins/Input/sid/xs_title.h @ 740:6d29be325a52 trunk

[svn] - remove libtoolize
author nenolod
date Mon, 27 Feb 2006 18:39:30 -0800
parents 1b82a9932b60
children
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 */