view src/xs_nanosid.h @ 139:7cc2cc5f6f21

Changed glib/gtk+ requirement to 1.2.5 instead of 1.2.8, for those people who still use ancient software.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2004 04:31:01 +0000
parents 31072456f6d7
children
line wrap: on
line source

#ifndef _XS_NANOSID_H
#define _XS_NANOSID_H

#include "xmms-sid.h"

gboolean	xs_nanosid_isourfile(gchar *);
void		xs_nanosid_close(t_xs_status *);
gboolean	xs_nanosid_init(t_xs_status *);
gboolean	xs_nanosid_initsong(t_xs_status *);
guint		xs_nanosid_fillbuffer(t_xs_status *, gchar *, guint);
gboolean	xs_nanosid_loadsid(t_xs_status *, gchar *);
void		xs_nanosid_deletesid(t_xs_status *);
t_xs_tune*	xs_nanosid_getsidinfo(gchar *);

#endif /* _XS_NANOSID_H */