From 6eb6c454be37c54a34fc871e21a9b1cc2ad41b89 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 20 Jun 2004 17:07:13 +0000 Subject: fix qball's bug, crossfading playing with funny samplerate git-svn-id: https://svn.musicpd.org/mpd/trunk@1585 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream_http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inputStream_http.h') diff --git a/src/inputStream_http.h b/src/inputStream_http.h index 021ae2c7..4e213cd5 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); -- cgit v1.2.3