Mercurial > audlegacy-plugins
view src/sid/xs_title.h @ 1526:56b0d46a02f6
wavpack: Implement InputPlugin::probe_for_tuple.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Sat, 25 Aug 2007 20:22:33 -0500 |
parents | c6947f95fd2a |
children |
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 t_xs_tuple *xs_make_titletuple(t_xs_tuneinfo *p, gint subTune); #endif #ifdef __cplusplus } #endif #endif /* XS_TITLE_H */