view src/xs_fileinfo.h @ 819:ab3216b1b582

Audio format was being forced to S16 NE even when it shouldn't have been. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 15:26:45 +0200
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 */