merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH

This commit is contained in:
Josh Coalson
2006-09-13 01:42:27 +00:00
parent 461f3eb260
commit 6b21f66784
156 changed files with 8320 additions and 31342 deletions

View File

@@ -18,7 +18,7 @@
#ifndef FLAC__PLUGIN_XMMS__HTTP_H
#define FLAC__PLUGIN_XMMS__HTTP_H
extern int flac_http_open(gchar * url, guint64 offset);
extern int flac_http_open(const gchar * url, guint64 offset);
extern void flac_http_close(void);
extern int flac_http_read(gpointer data, gint length);