=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/doas/doas.h 2017/04/06 21:12:06 1.13 +++ src/usr.bin/doas/doas.h 2019/06/16 18:16:34 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: doas.h,v 1.13 2017/04/06 21:12:06 tedu Exp $ */ +/* $OpenBSD: doas.h,v 1.14 2019/06/16 18:16:34 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * @@ -29,7 +29,10 @@ extern int nrules; extern int parse_errors; -char **prepenv(const struct rule *); +struct passwd; + +char **prepenv(const struct rule *, const struct passwd *, + const struct passwd *); #define PERMIT 1 #define DENY 2