aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.h
diff options
context:
space:
mode:
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);