]> git.sesse.net Git - pgn-extract/blobdiff - eco.h
Push through a computer/human flag to the binary output.
[pgn-extract] / eco.h
diff --git a/eco.h b/eco.h
index 54afb0b06494224fc791d6d0ec0979a6d73d5700..218e0170c9cf23760784a8840eda65424cc616f5 100644 (file)
--- a/eco.h
+++ b/eco.h
@@ -38,6 +38,7 @@ typedef struct EcoLog {
     struct EcoLog *next;
 } EcoLog;
 
+void dumpEcoTable(void);
 EcoLog *eco_matches(HashCode current_hash_value, HashCode cumulative_hash_value,
                     unsigned half_moves_played);
 Boolean add_ECO(Game game_details);