view src/sid/xs_fileinfo.h @ 2837:bdc4fbf878ec

make use of new InterfaceOps
author Tomasz Mon <desowin@gmail.com>
date Mon, 14 Jul 2008 18:07:03 +0200
parents 1223e8510d8a
children
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 */