[Mplayer-cvslog] CVS: main/libmpdemux network.h,1.11,1.12

Bertrand Baudet bertrand at mplayerhq.hu
Mon Jun 17 10:18:48 CEST 2002


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




More information about the MPlayer-cvslog mailing list