xref: /aosp_15_r20/external/e2fsprogs/lib/et/test_cases/continuation.h (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1*6a54128fSAndroid Build Coastguard Worker /*
2*6a54128fSAndroid Build Coastguard Worker  * continuation.h:
3*6a54128fSAndroid Build Coastguard Worker  * This file is automatically generated; please do not edit it.
4*6a54128fSAndroid Build Coastguard Worker  */
5*6a54128fSAndroid Build Coastguard Worker 
6*6a54128fSAndroid Build Coastguard Worker #include <et/com_err.h>
7*6a54128fSAndroid Build Coastguard Worker 
8*6a54128fSAndroid Build Coastguard Worker #define CHPASS_UTIL_PASSWORD_IN_DICTIONARY       (43787520L)
9*6a54128fSAndroid Build Coastguard Worker extern const struct error_table et_ovk_error_table;
10*6a54128fSAndroid Build Coastguard Worker extern void initialize_ovk_error_table(void);
11*6a54128fSAndroid Build Coastguard Worker 
12*6a54128fSAndroid Build Coastguard Worker /* For compatibility with Heimdal */
13*6a54128fSAndroid Build Coastguard Worker extern void initialize_ovk_error_table_r(struct et_list **list);
14*6a54128fSAndroid Build Coastguard Worker 
15*6a54128fSAndroid Build Coastguard Worker #define ERROR_TABLE_BASE_ovk (43787520L)
16*6a54128fSAndroid Build Coastguard Worker 
17*6a54128fSAndroid Build Coastguard Worker /* for compatibility with older versions... */
18*6a54128fSAndroid Build Coastguard Worker #define init_ovk_err_tbl initialize_ovk_error_table
19*6a54128fSAndroid Build Coastguard Worker #define ovk_err_base ERROR_TABLE_BASE_ovk
20