=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -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 **** ! /* $OpenBSD: doas.h,v 1.13 2017/04/06 21:12:06 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * --- 1,4 ---- ! /* $OpenBSD: doas.h,v 1.14 2019/06/16 18:16:34 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * *************** *** 29,35 **** extern int nrules; extern int parse_errors; ! char **prepenv(const struct rule *); #define PERMIT 1 #define DENY 2 --- 29,38 ---- extern int nrules; extern int parse_errors; ! struct passwd; ! ! char **prepenv(const struct rule *, const struct passwd *, ! const struct passwd *); #define PERMIT 1 #define DENY 2