X-Git-Url: https://git.sesse.net/?p=pgn-extract;a=blobdiff_plain;f=lex.h;h=a310e9dba94128c55667a39bea5de72d1a4a396c;hp=e0cb4dc40062471dba964fb98a6f12ac27717695;hb=HEAD;hpb=24340f183eef0351ac9b6cfc0aa3d9c1672893b6 diff --git a/lex.h b/lex.h index e0cb4dc..a310e9d 100644 --- a/lex.h +++ b/lex.h @@ -78,6 +78,8 @@ const char *tag_header_string(TagName tag); Boolean open_first_file(void); const char *input_file_name(unsigned file_number); unsigned current_file_number(void); +Boolean seek_to_begin(void); +Boolean at_end_of_input(void); Boolean open_eco_file(const char *eco_file); int yywrap(void); void add_filename_to_source_list(const char *filename,SourceFileType file_type);