|  | @@ -82,7 +82,7 @@ typedef struct {
 | 
	
		
			
				|  |  |    int conf_protocol; /* the configuration protocol version used */
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    char *proxy_uri;  /* the outgoing proxy in TOR_PT_PROXY URI format */
 | 
	
		
			
				|  |  | -  int proxy_supported : 1; /* the proxy claims to honor TOR_PT_PROXY */
 | 
	
		
			
				|  |  | +  unsigned int proxy_supported : 1; /* the proxy honors TOR_PT_PROXY */
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    int is_server; /* is it a server proxy? */
 | 
	
		
			
				|  |  |  
 |