summaryrefslogtreecommitdiff
path: root/libavformat/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/http.h')
-rw-r--r--libavformat/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/http.h b/libavformat/http.h
index be8ae7f460..7d02713e31 100644
--- a/libavformat/http.h
+++ b/libavformat/http.h
@@ -47,4 +47,6 @@ void ff_http_init_auth_state(URLContext *dest, const URLContext *src);
*/
int ff_http_do_new_request(URLContext *h, const char *uri);
+int ff_http_averror(int status_code, int default_averror);
+
#endif /* AVFORMAT_HTTP_H */