Mercurial > audlegacy-plugins
view src/sid/xs_fileinfo.h @ 430:ed94145472df trunk
[svn] Support shoutcast (over TCP) with VFS HTTP code. mpg123 has to accept
failure on seeking to the end of the file.
author | iabervon |
---|---|
date | Sun, 14 Jan 2007 23:53:59 -0800 |
parents | 3da1b8942b8b |
children | 6c3c7b841382 |
line wrap: on
line source
#ifndef XS_FILEINFO_H #define XS_FILEINFO_H #include "xmms-sid.h" #ifdef __cplusplus extern "C" { #endif void xs_fileinfo_update(void); void xs_fileinfo(gchar *); #ifdef __cplusplus } #endif #endif /* XS_FILEINFO_H */