view src/xs_fileinfo.h @ 997:fca16a15145e

Remove redundant precompiler condition.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Nov 2013 23:58:44 +0200
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 */