]> git.sesse.net Git - pgn-extract/blobdiff - lex.h
Store start position in the binary output.
[pgn-extract] / lex.h
diff --git a/lex.h b/lex.h
index a86c4253deba57f8bbbe7107684e877f253df1cb..e0cb4dc40062471dba964fb98a6f12ac27717695 100644 (file)
--- a/lex.h
+++ b/lex.h
@@ -87,3 +87,4 @@ char *next_input_line(FILE *fp);
 LinePair gather_tag(char *line, unsigned char *linep);
 LinePair gather_string(char *line, unsigned char *linep);
 Boolean is_character_class(unsigned char ch, TokenType character_class);
+long get_position(void);