Mercurial > audlegacy-plugins
view src/sid/xs_fileinfo.h @ 2160:5ba49a9c053c
fixed uploads, using URI's with libmtp is bad, mmm'kay !
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Fri, 09 Nov 2007 00:08:06 +0200 |
parents | e566e18e9e3d |
children | 1223e8510d8a |
line wrap: on
line source
#ifndef XS_FILEINFO_H #define XS_FILEINFO_H #include "xmms-sid.h" #ifdef __cplusplus extern "C" { #endif #ifndef AUDACIOUS_PLUGIN void xs_fileinfo_update(void); #endif void xs_fileinfo(gchar *); #ifdef __cplusplus } #endif #endif /* XS_FILEINFO_H */