diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /lib/et/test_cases/continuation.h | |
parent | Initial commit. (diff) | |
download | e2fsprogs-464df1d5e5ab1322e2dd0a7796939fff1aeefa9a.tar.xz e2fsprogs-464df1d5e5ab1322e2dd0a7796939fff1aeefa9a.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/et/test_cases/continuation.h')
-rw-r--r-- | lib/et/test_cases/continuation.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/et/test_cases/continuation.h b/lib/et/test_cases/continuation.h new file mode 100644 index 0000000..9cfe602 --- /dev/null +++ b/lib/et/test_cases/continuation.h @@ -0,0 +1,19 @@ +/* + * 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 |