Change default seek behavior: error out, allow to ignore errors with -E xseek.
[tfcrypt.git] / tfcrypt.h
index bf0d6d66e82886e4ee03e8ea3b160026d262f78d..fddb1ae3ebadfb5bdfbd5b96350001c487e1386a 100644 (file)
--- a/tfcrypt.h
+++ b/tfcrypt.h
@@ -151,7 +151,7 @@ extern size_t sksum_turns;
 extern int do_edcrypt, do_stop, quiet, error_action;
 extern int counter_opt, mackey_opt, do_mac, do_outfmt, rawkey;
 extern int idx, write_flags;
-extern tfc_yesno catch_all_errors, password, overwrite_source, do_fsync, do_pad, do_tfcrypt1;
+extern tfc_yesno catch_all_errors, ignore_seek_errors, password, overwrite_source, do_fsync, do_pad, do_tfcrypt1;
 extern tfc_yesno do_preserve_time, do_stats_in_gibs, do_statline_dynamic, do_less_stats;
 extern tfc_yesno no_repeat, do_full_hexdump, verbose, statline_was_shown;
 extern char *srcfname, *dstfname, *do_mac_file, *counter_file, *sksum_hashlist_file;