view src/xs_title.h @ 400:39824bf269f9

Add information about the automagic configuration adjusting when emulation backend does not support some user-specified setting.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 19:07:01 +0000
parents 1222cff759c6
children f997b79a7251
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(gchar *, gint, gint, gint, const gchar *, const gchar *, const gchar *, const gchar *);

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