=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.h,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/doas/doas.h 2019/06/16 18:16:34 1.14 --- src/usr.bin/doas/doas.h 2019/06/17 19:51:23 1.15 *************** *** 1,4 **** ! /* $OpenBSD: doas.h,v 1.14 2019/06/16 18:16:34 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * --- 1,4 ---- ! /* $OpenBSD: doas.h,v 1.15 2019/06/17 19:51:23 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * *************** *** 28,33 **** --- 28,35 ---- extern struct rule **rules; extern int nrules; extern int parse_errors; + + extern const char *formerpath; struct passwd;