view Plugins/Input/sid/xs_title.h @ 827:6812adf5ff2e trunk

[svn] Okay, we need to pinch more playback code to avoid false positives.
author chainsaw
date Sun, 12 Mar 2006 15:05:18 -0800
parents 1b82a9932b60
children
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 */