/* * This file is part of the Vars library, copyright (C) Glenn Hutchings * 1996-2006. * * The Vars library comes with ABSOLUTELY NO WARRANTY. This is free * software, and you are welcome to redistribute it under certain * conditions; see the file COPYING for details. */ /* Freeze/thaw scanner header */ #ifndef VARS_FREEZE_LEX_H #define VARS_FREEZE_LEX_H extern int start_line; extern int line_number; extern int last_line_number; extern char *thaw_text(void); extern int thaw_token(FILE *fp); extern void thaw_restart(void); #endif