chiark / gitweb /
logging: provide vslilog as well as slilog
[secnet.git] / conffile_internal.h
index 69ff195e61df742089648fcb6ebec8b5896b7822..4e022b81211d58dae5799f3155334b648571e698 100644 (file)
@@ -4,8 +4,6 @@
 #include <stdio.h>
 #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;