summaryrefslogtreecommitdiffstats
path: root/libmpdemux/http.h
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-26 18:26:06 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-26 18:26:06 +0000
commit1e7d31cc88d28a64a7f94f5c31b942a1f5179370 (patch)
treea5d1621ca5f8902aaa4f72e6db9ec534bc0efc55 /libmpdemux/http.h
parent35367b99cc1a50f9e1115aeba4fc99fb54b2799b (diff)
downloadmpv-1e7d31cc88d28a64a7f94f5c31b942a1f5179370.tar.bz2
mpv-1e7d31cc88d28a64a7f94f5c31b942a1f5179370.tar.xz
Added ASF http server streaming (Not mms streaming).
Fixed one bug in the ASF mms streaming. Fixed a typo in http. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2490 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/http.h')
-rw-r--r--libmpdemux/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/http.h b/libmpdemux/http.h
index f8919288ae..7f07264bbc 100644
--- a/libmpdemux/http.h
+++ b/libmpdemux/http.h
@@ -31,7 +31,7 @@ HTTP_header_t* http_new_header();
void http_free( HTTP_header_t *http_hdr );
int http_response_append( HTTP_header_t *http_hdr, char *data, int length );
int http_response_parse( HTTP_header_t *http_hdr );
-int http_is_header_entired( HTTP_header_t *http_hdr );
+int http_is_header_entire( HTTP_header_t *http_hdr );
char* http_build_request( HTTP_header_t *http_hdr );
char* http_get_field( HTTP_header_t *http_hdr, const char *field_name );
char* http_get_next_field( HTTP_header_t *http_hdr );