view src/xs_title.h @ 939:49b689449a37

Change xs_read_configuration() to return a boolean value, TRUE if configuration was successfully read for all items, FALSE if not. Failure might be non-existent or partial configuration (old/incompatible version.)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 17:57:05 +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 */