view src/sid/xs_fileinfo.h @ 467:a3bf53abebf5 trunk

[svn] - implement mpgdec_metadata() - partial shoutcast streamtitle support
author nenolod
date Sun, 21 Jan 2007 01:49:43 -0800
parents 3da1b8942b8b
children 6c3c7b841382
line wrap: on
line source

#ifndef XS_FILEINFO_H
#define XS_FILEINFO_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

void	xs_fileinfo_update(void);
void	xs_fileinfo(gchar *);

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