aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-20 17:07:13 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-20 17:07:13 +0000
commit6eb6c454be37c54a34fc871e21a9b1cc2ad41b89 (patch)
treecf26c19c6820838ed33c359f0b354397bd3828f0 /src/inputStream_http.h
parentd8dbd29c2dfd743bdcc152cad0c634b5a32121fc (diff)
downloadmpd-6eb6c454be37c54a34fc871e21a9b1cc2ad41b89.tar.gz
mpd-6eb6c454be37c54a34fc871e21a9b1cc2ad41b89.tar.xz
mpd-6eb6c454be37c54a34fc871e21a9b1cc2ad41b89.zip
fix qball's bug, crossfading playing with funny samplerate
git-svn-id: https://svn.musicpd.org/mpd/trunk@1585 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream_http.h')
-rw-r--r--src/inputStream_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputStream_http.h b/src/inputStream_http.h
index 021ae2c76..4e213cd57 100644
--- a/src/inputStream_http.h
+++ b/src/inputStream_http.h
@@ -21,6 +21,8 @@
#include "inputStream.h"
+void inputStream_initHttp();
+
int inputStream_httpOpen(InputStream * inStream, char * filename);
int inputStream_httpSeek(InputStream * inStream, long offset, int whence);