view src/xs_title.h @ 928:8f1027a6b4a0

Oops, do not incorrectly set the reSID-FP backend filters to 0.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Nov 2012 18:06:24 +0200
parents 55eea3fa8868
children
line wrap: on
line source

#ifndef XS_TITLE_H
#define XS_TITLE_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

gchar *xs_make_titlestring(XSTuneInfo *, gint);

#ifdef __cplusplus
}
#endif
#endif /* XS_TITLE_H */