view src/xs_nanosid.h @ 155:52ad7e234a2c

Added songpos-patch
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Mar 2004 21:11:05 +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 */