view src/xs_fileinfo.h @ 397:c4e5604a8257

Largefile support additions.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 12:59:04 +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 */