summaryrefslogtreecommitdiff
path: root/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'flags.h')
-rw-r--r--flags.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/flags.h b/flags.h
index f16e604..1ee63c8 100644
--- a/flags.h
+++ b/flags.h
@@ -66,6 +66,10 @@ extern int restricted;
extern int restricted_shell;
#endif /* RESTRICTED_SHELL */
+#if defined (AUDIT_SHELL)
+extern int audited;
+#endif /* AUDIT_SHELL */
+
extern int *find_flag __P((int));
extern int change_flag __P((int, int));
extern char *which_set_flags __P((void));