diff libmpdemux/network.h @ 4251:05affdf4bdcd

Moved network related code from open.c to network.c
author bertrand
date Sat, 19 Jan 2002 09:04:02 +0000
parents 925046ea34ec
children f51bd827ed1c
line wrap: on
line diff
--- a/libmpdemux/network.h	Sat Jan 19 08:19:00 2002 +0000
+++ b/libmpdemux/network.h	Sat Jan 19 09:04:02 2002 +0000
@@ -38,13 +38,7 @@
 	void *data;
 } streaming_ctrl_t;
 
-streaming_ctrl_t *streaming_ctrl_new();
-void streaming_ctrl_free( streaming_ctrl_t *streaming_ctrl );
-
-int autodetectProtocol( streaming_ctrl_t *streaming_ctrl, int *fd_out, int *file_format );
-URL_t* check4proxies( URL_t *url );
-
-//int streaming_start( stream_t *stream, int demuxer_type );
+//int streaming_start( stream_t *stream, int demuxer_type, URL_t *url );
 
 int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size);