view src/xs_title.h @ 485:1aed5dfaa9ae

Updated config.rpath
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jan 2007 15:25:00 +0000
parents 699c407447e9
children fa95d942f226
line wrap: on
line source

#ifndef _XS_TITLE_H
#define _XS_TITLE_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Functions
 */
gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);

#ifdef __cplusplus
}
#endif
#endif /* _XS_TITLE_H */