view src/xs_fileinfo.h @ 700:e2800b15ec0f

Compiles with distortion patched libsidplay2+reSID now, but crashes for some reason in libsidplay .. not sure if this is caused by me or not.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 May 2008 19:48:13 +0300
parents 188082b8b9ab
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 */