diff -r 78b580bfde33 -r eef745ba3774 src/chess/pgn.h --- a/src/chess/pgn.h Wed Aug 26 12:59:30 2015 +0200 +++ b/src/chess/pgn.h Wed Aug 26 14:46:42 2015 +0200 @@ -37,9 +37,10 @@ #ifdef __cplusplus extern "C" { #endif - + int read_pgn(FILE *stream, GameState *gamestate, GameInfo *gameinfo); size_t write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo); +void compute_fen(char *str, GameState *gamestate); #ifdef __cplusplus }