view src/sid/xs_fileinfo.h @ 1240:d4501b0e98b4

merge
author Cristi Magherusan <majeru@atheme-project.org>
date Thu, 12 Jul 2007 02:07:09 +0300
parents 6c3c7b841382
children e566e18e9e3d
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);
void	xs_fileinfo_update(void);
void	xs_fileinfo(gchar *);

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