Update of /cvsroot/mplayer/main/libmpdemux In directory mail:/var/tmp.root/cvs-serv13594 Modified Files: network.h Log Message: Added a function prototype for reuse outside of network.c Index: network.h =================================================================== RCS file: /cvsroot/mplayer/main/libmpdemux/network.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- network.h 16 Feb 2002 21:48:59 -0000 1.11 +++ network.h 17 Jun 2002 08:18:45 -0000 1.12 @@ -16,6 +16,7 @@ #include <arpa/inet.h> #include "url.h" +#include "http.h" #include "stream.h" #define BUFFER_SIZE 2048 @@ -46,5 +47,8 @@ int nop_streaming_seek( int fd, off_t pos, streaming_ctrl_t *stream_ctrl ); int connect2Server(char *host, int port); + +int http_send_request(URL_t *url); +HTTP_header_t *http_read_response(int fd); #endif
participants (1)
-
Bertrand Baudet