view src/sid/xs_fileinfo.h @ 1592:ff902c317ecf

Merged fileinfo improvements from XMMS-SID: sub-tunes info selector menu now only shows subtunes that have some STIL information. Also, the menu entries are tagged with [!] and [*] if they have certain STIL fields.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 02:09:02 +0300
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 */