view Plugins/Input/sid/xs_fileinfo.h @ 1315:c7b3996a123f trunk

[svn] - chase encoding patch removal
author nenolod
date Mon, 19 Jun 2006 23:00:03 -0700
parents 1b82a9932b60
children
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 */