view src/xs_title.h @ 988:a3ad20eb0f26

Update comments.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Oct 2013 13:47:18 +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 */