view src/xs_title.h @ 308:ae5795ba5c77

Remove "only when song-length unknown" option from minimum playtime, it was bit illogical, thanks to HiSpeed for pointing that out.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Dec 2004 15:51:00 +0000
parents 608f31f6c095
children 1222cff759c6
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, const gchar *, const gchar *, const gchar *, const gchar *);

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