view src/xs_title.h @ 794:3012740d014c

Add some NULL pointer checks in case the emulator engine backend didn't initialize and the user tries to play things anyway.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 11:04:34 +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 */