Mercurial > audlegacy-plugins
view src/sid/xs_title.h @ 1260:e1df1bad7837
MacOS target: Build modules with -fno-common.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 13 Jul 2007 08:04:43 -0500 |
parents | 6c3c7b841382 |
children | c6947f95fd2a |
line wrap: on
line source
#ifndef XS_TITLE_H #define XS_TITLE_H #include "xmms-sid.h" #ifdef __cplusplus extern "C" { #endif gchar *xs_make_titlestring(t_xs_tuneinfo *, gint); #ifdef AUDACIOUS_PLUGIN TitleInput * xs_make_titletuple(t_xs_tuneinfo *p, gint subTune); #endif #ifdef __cplusplus } #endif #endif /* XS_TITLE_H */