view src/xs_title.h @ 437:06f944263d9a

Add gettext/autopoint to bootstrapping process to generate gettext-related files.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Jan 2007 08:47:00 +0000
parents f997b79a7251
children 699c407447e9
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 */