view src/xs_title.h @ 669:4a3120b46aca

Removed file, the code is not indented like this anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 14:43:01 +0300
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 */