]> git.armaanb.net Git - opendoas.git/blobdiff - doas.h
missing semicolon at end of rule. yacc doesn't seem to mind, though. from Edakawa
[opendoas.git] / doas.h
diff --git a/doas.h b/doas.h
index 5de73cc5f412e4bedecd3c665fbf8d1617cb6a2a..a371eb6244499467e7c70056b6e82320aa3c47a1 100644 (file)
--- a/doas.h
+++ b/doas.h
@@ -29,12 +29,8 @@ extern struct rule **rules;
 extern int nrules;
 extern int parse_errors;
 
-size_t arraylen(const char **);
-
 char **prepenv(struct rule *);
 
-int yyparse(void);
-
 #define PERMIT 1
 #define DENY   2