view src/xs_title.h @ 620:0f2b7b2556ff

Constify some variables.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 23:09:05 +0000
parents ddae043e8e47
children acaba070cf49
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(t_xs_tuneinfo *, gint);

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