src/chess/pgn.h

changeset 130
3fc6b1d6cbe9
parent 127
7258a46bf5ae
--- 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);

mercurial