view src/xs_title.h @ 723:9321ffa2ea7e

Update copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Feb 2009 03:34:11 +0200
parents acaba070cf49
children 55eea3fa8868
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(xs_tuneinfo_t *, gint);

#ifdef __cplusplus
}
#endif
#endif /* XS_TITLE_H */