view src/xs_fileinfo.h @ 441:7a1e7fac56c0

Bugfixes to previous improvements. :)
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Jan 2007 09:22:05 +0000
parents d04191d1ea64
children 1d55247ad0cc
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 */