Mercurial > audlegacy-plugins
view src/sid/xs_fileinfo.h @ 1252:551f76613eb2
Fix m3u loading for real.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 13 Jul 2007 04:17:37 -0500 |
parents | 6c3c7b841382 |
children | e566e18e9e3d |
line wrap: on
line source
#ifndef XS_FILEINFO_H #define XS_FILEINFO_H #include "xmms-sid.h" #ifdef __cplusplus extern "C" { #endif gint xs_stil_init(void); void xs_stil_close(void); void xs_fileinfo_update(void); void xs_fileinfo(gchar *); #ifdef __cplusplus } #endif #endif /* XS_FILEINFO_H */