# HG changeset patch # User diego # Date 1266833640 0 # Node ID a98060c8bdd5e442e0d06336784e9a2ab44f7e1f # Parent 3d23e24c5c60ddd70bfb62923d734e05bb03d038 Remove commented-out declaration of non-existing function streaming_start. diff -r 3d23e24c5c60 -r a98060c8bdd5 stream/network.h --- a/stream/network.h Mon Feb 22 09:51:44 2010 +0000 +++ b/stream/network.h Mon Feb 22 10:14:00 2010 +0000 @@ -71,7 +71,6 @@ void *data; } streaming_ctrl_t; -//int streaming_start( stream_t *stream, int *demuxer_type, URL_t *url ); streaming_ctrl_t *streaming_ctrl_new(void); int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size);