summaryrefslogtreecommitdiff
path: root/libavformat/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/http.h')
-rw-r--r--libavformat/http.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/http.h b/libavformat/http.h
index 5557ce9b58..5f650ef143 100644
--- a/libavformat/http.h
+++ b/libavformat/http.h
@@ -38,15 +38,6 @@
void ff_http_init_auth_state(URLContext *dest, const URLContext *src);
/**
- * Get the HTTP shutdown response status, be used after http_shutdown.
- *
- * @param h pointer to the resource
- * @return a negative value if an error condition occurred, 0
- * otherwise
- */
-int ff_http_get_shutdown_status(URLContext *h);
-
-/**
* Send a new HTTP request, reusing the old connection.
*
* @param h pointer to the resource