diff options
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 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); |