view src/sid/xs_fileinfo.h @ 2266:5395c85a8724

Make flacng plugin to clean up after itself (Bugzilla #19)
author Jussi Judin <jjudin+audacious@iki.fi>
date Tue, 25 Dec 2007 02:15:14 -0600
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 */