=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/doas/doas.h 2016/10/05 17:36:53 1.11 +++ src/usr.bin/doas/doas.h 2016/10/05 17:40:25 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: doas.h,v 1.11 2016/10/05 17:36:53 tedu Exp $ */ +/* $OpenBSD: doas.h,v 1.12 2016/10/05 17:40:25 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * @@ -30,8 +30,6 @@ extern int parse_errors; char **prepenv(struct rule *); - -int yyparse(void); #define PERMIT 1 #define DENY 2