Mercurial > audlegacy-plugins
view src/sid/xs_title.h @ 33:e6d2dc95dda1 trunk
[svn] Removed BMP_RCPATH from configure.ac, mk/rules.mk.in and Makefiles and added it to config.h via configure.ac
author | js |
---|---|
date | Mon, 18 Sep 2006 08:38:24 -0700 |
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 */