view src/xs_title.h @ 923:86f914bb48a7

Oops, filename variable argument to xs_error() was missing, printing garbage instead. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Nov 2012 07:28:41 +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 */