view src/sid/xs_fileinfo.h @ 1404:ab7d89bb8fcb

Switched to new threading model
author Christian Birchinger <joker@netswarm.net>
date Sat, 04 Aug 2007 21:37:11 +0200
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 */