]> git.sesse.net Git - pgn-extract/blobdiff - typedef.h
Add code to dump out the ECO names by hash.
[pgn-extract] / typedef.h
index df0d81dfd18ad60314e54995b403dcff0f8b17e2..2f79308c7426d62d18d5729d6f80e6c29634f0d9 100644 (file)
--- a/typedef.h
+++ b/typedef.h
@@ -267,6 +267,8 @@ typedef struct {
     Boolean output_total_plycount;
     /* Whether to add a HashCode tag. */
     Boolean add_hashcode_tag;
+    /* Whether to dump ECO data to stdout after loading.*/
+    Boolean dump_eco;
     /* The comment to use for position matches, if required. */
     const char *position_match_comment;
     /* Current input file name. */