comparison stream/network.c @ 22142:84f95595f31f

Fix a few gcc warnings, approved by Diego and Reimar.
author rathann
date Mon, 05 Feb 2007 23:46:08 +0000
parents 853c5dbaa91e
children c056ed2819e8
comparison
equal deleted inserted replaced
22141:ed81b9614148 22142:84f95595f31f
37 #include "url.h" 37 #include "url.h"
38 38
39 #include "version.h" 39 #include "version.h"
40 40
41 extern int stream_cache_size; 41 extern int stream_cache_size;
42
43 extern int mp_input_check_interrupt(int time);
44 42
45 /* Variables for the command line option -user, -passwd, -bandwidth, 43 /* Variables for the command line option -user, -passwd, -bandwidth,
46 -user-agent and -nocookies */ 44 -user-agent and -nocookies */
47 45
48 char *network_username=NULL; 46 char *network_username=NULL;