| 
					
				 | 
			
			
				@@ -203,7 +203,9 @@ char *smartlist_join_strings2(smartlist_t *sl, const char *join, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /* Map from const char * to void *. Implemented with a hash table. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 DECLARE_MAP_FNS(strmap_t, const char *, strmap_); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* Map from const char[DIGEST_LEN] to void *. Implemented with a hash table. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 DECLARE_MAP_FNS(digestmap_t, const char *, digestmap_); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #undef DECLARE_MAP_FNS 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 void* strmap_set_lc(strmap_t *map, const char *key, void *val); 
			 |