Mercurial > audlegacy
view Input/vorbis/http.h @ 56:a087e00392e2 trunk
[svn] Fix compilation of FLAC plugin.
author | nenolod |
---|---|
date | Thu, 27 Oct 2005 22:42:57 -0700 |
parents | cb178e5ad177 |
children |
line wrap: on
line source
#ifndef __HTTP_H__ #define __HTTP_H__ gint vorbis_http_open(const gchar * url); gint vorbis_http_read(gpointer data, gint length); void vorbis_http_close(void); gchar *vorbis_http_get_title(const gchar * url); gint vorbis_http_get_ice_bitrate(void); #endif /* __HTTP_H__ */