Mercurial > audlegacy-plugins
view src/sid/xs_title.h @ 199:b5a170e2f5fd trunk
[svn] - presets end in .pnv
author | nenolod |
---|---|
date | Fri, 03 Nov 2006 09:05:06 -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 */