view src/xs_fileinfo.h @ 636:ea06356d792b

Show tags ("[!]" and "[*]") in fileinfo selector, if there is additional information for the subtune; Only list subtunes that have _some_ STIL information.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2007 00:21:03 +0000
parents 547f4d35f56a
children b0743dc9165d
line wrap: on
line source

#ifndef XS_FILEINFO_H
#define XS_FILEINFO_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

gint	xs_stil_init(void);
void	xs_stil_close(void);
#ifndef AUDACIOUS_PLUGIN
void	xs_fileinfo_update(void);
#endif
void	xs_fileinfo(gchar *);

#ifdef __cplusplus
}
#endif
#endif /* XS_FILEINFO_H */