mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user