X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=conffile_internal.h;h=4e022b81211d58dae5799f3155334b648571e698;hp=69ff195e61df742089648fcb6ebec8b5896b7822;hb=27f5042b0435d26ae98b22f8e42115e44afe53bc;hpb=fcbc59051841c6e76a6737acf8ccaac4afd98666 diff --git a/conffile_internal.h b/conffile_internal.h index 69ff195..4e022b8 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,7 +35,6 @@ struct p_node { struct p_node *r; }; -extern int yylex(void); extern cstring_t config_file; extern uint32_t config_lineno; extern int yynerrs;