]> git.armaanb.net Git - opendoas.git/blobdiff - doas.h
move yyparse decl next to yyfp
[opendoas.git] / doas.h
diff --git a/doas.h b/doas.h
index 0f96d1e369e088ef312068c52587f17718439fa9..a371eb6244499467e7c70056b6e82320aa3c47a1 100644 (file)
--- a/doas.h
+++ b/doas.h
@@ -31,8 +31,6 @@ extern int parse_errors;
 
 char **prepenv(struct rule *);
 
-int yyparse(void);
-
 #define PERMIT 1
 #define DENY   2