summaryrefslogtreecommitdiffstats
path: root/usr.bin/doas/doas.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doas/doas.h')
-rw-r--r--usr.bin/doas/doas.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/doas/doas.h b/usr.bin/doas/doas.h
index 067483ee3c0..93b68fadc32 100644
--- a/usr.bin/doas/doas.h
+++ b/usr.bin/doas/doas.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: doas.h,v 1.8 2016/06/19 19:29:43 martijn Exp $ */
+/* $OpenBSD: doas.h,v 1.9 2016/09/02 18:12:30 tedu Exp $ */
struct rule {
int action;
int options;
@@ -22,3 +22,4 @@ char **prepenv(struct rule *);
#define NOPASS 0x1
#define KEEPENV 0x2
+#define PERSIST 0x4