diff -r 189c7c77aaab -r 3fc6b1d6cbe9 src/chess/pgn.h --- a/src/chess/pgn.h Thu May 28 12:15:26 2026 +0200 +++ b/src/chess/pgn.h Thu May 28 13:58:24 2026 +0200 @@ -38,9 +38,8 @@ extern "C" { #endif -int read_pgn(FILE *stream, GameState *gamestate, GameInfo *gameinfo); -void write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo, - bool export_comments); +int read_pgn(FILE *stream, GameState *gamestate); +void write_pgn(FILE* stream, GameState *gamestate, bool export_comments); void compute_fen(char *str, GameState *gamestate); const char *pgn_player_name(GameState *gamestate, uint8_t color);