diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-18 09:54:45 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-18 09:54:45 +0000 |
commit | 6c24180516f823985f564ba013607b47f70afa81 (patch) | |
tree | 8b3ac9478f5ab1c9aee4b41cefeae603d6a61d90 /src/inputStream_http.h | |
parent | d4c7d6df6db478cbbfb0cba11a8a42aed9070d62 (diff) | |
download | mpd-6c24180516f823985f564ba013607b47f70afa81.tar.gz mpd-6c24180516f823985f564ba013607b47f70afa81.tar.xz mpd-6c24180516f823985f564ba013607b47f70afa81.zip |
inputStream updates from httpTest
git-svn-id: https://svn.musicpd.org/mpd/trunk@1059 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream_http.h')
-rw-r--r-- | src/inputStream_http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputStream_http.h b/src/inputStream_http.h index 4fea5f79e..021ae2c76 100644 --- a/src/inputStream_http.h +++ b/src/inputStream_http.h @@ -32,5 +32,7 @@ int inputStream_httpClose(InputStream * inStream); int inputStream_httpAtEOF(InputStream * inStream); +int inputStream_httpBuffer(InputStream * inStream); + #endif /* vim:set shiftwidth=8 tabstop=8 expandtab: */ |