Mercurial > audlegacy-plugins
view src/sid/xs_title.h @ 184:8e77ac977ca1 trunk
[svn] - so like, when will somebody else make some presets for this thing?
author | nenolod |
---|---|
date | Wed, 01 Nov 2006 22:28:54 -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 */