summaryrefslogtreecommitdiff
path: root/src/plugin_xmms/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin_xmms/http.h')
-rw-r--r--src/plugin_xmms/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin_xmms/http.h b/src/plugin_xmms/http.h
index 4ba40ce8..00254307 100644
--- a/src/plugin_xmms/http.h
+++ b/src/plugin_xmms/http.h
@@ -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);