view src/xs_fileinfo.h @ 992:2a23855f9d04

Added tag dev-0_9_1 for changeset 34259889b2b1
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Oct 2013 14:39:22 +0300
parents 188082b8b9ab
children
line wrap: on
line source

#ifndef XS_FILEINFO_H
#define XS_FILEINFO_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifndef AUDACIOUS_PLUGIN
void    xs_fileinfo_update(void);
#endif
void    xs_fileinfo(gchar *);

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