20 lines
		
	
	
		
			562 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			562 B
		
	
	
	
		
			C
		
	
	
	
| /*
 | |
|  * continuation.h:
 | |
|  * This file is automatically generated; please do not edit it.
 | |
|  */
 | |
| 
 | |
| #include <et/com_err.h>
 | |
| 
 | |
| #define CHPASS_UTIL_PASSWORD_IN_DICTIONARY       (43787520L)
 | |
| extern const struct error_table et_ovk_error_table;
 | |
| extern void initialize_ovk_error_table(void);
 | |
| 
 | |
| /* For compatibility with Heimdal */
 | |
| extern void initialize_ovk_error_table_r(struct et_list **list);
 | |
| 
 | |
| #define ERROR_TABLE_BASE_ovk (43787520L)
 | |
| 
 | |
| /* for compatibility with older versions... */
 | |
| #define init_ovk_err_tbl initialize_ovk_error_table
 | |
| #define ovk_err_base ERROR_TABLE_BASE_ovk
 |