Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef VERSIONCMP_H
 | 
						|
#define VERSIONCMP_H
 | 
						|
 | 
						|
int versioncmp(const char *s1, const char *s2);
 | 
						|
 | 
						|
#endif /* VERSIONCMP_H */
 |