git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@387 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			14 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifdef HAVE_CONFIG_H
 | 
						|
#include <config.h>
 | 
						|
#endif
 | 
						|
 | 
						|
#include <krb.h>
 | 
						|
 | 
						|
RCSID("$Id$");
 | 
						|
 | 
						|
const char *
 | 
						|
krb_get_err_text(int n)
 | 
						|
{
 | 
						|
  return krb_err_txt[n];
 | 
						|
}
 |