]> git.armaanb.net Git - opendoas.git/blobdiff - doas.h
setusercontext resets PATH (which we want). but then it becomes impossible to access...
[opendoas.git] / doas.h
diff --git a/doas.h b/doas.h
index 3831dc7425f2e4cda6e45ea96157ce47af6cc26b..4a117be1e256656c5e30658a72bcadd06f53df2c 100644 (file)
--- a/doas.h
+++ b/doas.h
@@ -29,6 +29,8 @@ extern struct rule **rules;
 extern int nrules;
 extern int parse_errors;
 
+extern const char *formerpath;
+
 struct passwd;
 
 char **prepenv(const struct rule *, const struct passwd *,