X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=conffile_internal.h;h=073ab26ba6d51b185ea757bff0d6e29fb6fd7bd0;hb=babd74ec57f6b3a6f6709d10ec725532deb3ed66;hp=69ff195e61df742089648fcb6ebec8b5896b7822;hpb=fe5e9cc422cd72526ccfceffbc7e5af8ac83b407;p=secnet.git diff --git a/conffile_internal.h b/conffile_internal.h index 69ff195..073ab26 100644 --- a/conffile_internal.h +++ b/conffile_internal.h @@ -4,8 +4,6 @@ #include #include "secnet.h" -extern FILE *yyin; - typedef cstring_t atom_t; /* Parse tree for configuration file */ @@ -37,9 +35,8 @@ struct p_node { struct p_node *r; }; -extern int yylex(void); extern cstring_t config_file; -extern uint32_t config_lineno; +extern int config_lineno; extern int yynerrs; /* Keys in dictionaries are 'atoms', which are constructed from strings