=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/doas/doas.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -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 +1,4 @@ -/* $OpenBSD: doas.h,v 1.14 2019/06/16 18:16:34 tedu Exp $ */ +/* $OpenBSD: doas.h,v 1.15 2019/06/17 19:51:23 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst * @@ -28,6 +28,8 @@ extern struct rule **rules; extern int nrules; extern int parse_errors; + +extern const char *formerpath; struct passwd;