view src/xs_title.h @ 1012:4a2b8517631d

Add one debug info line.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 06:36:08 +0300
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 */