aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 3cf340ccb..71cb2ecb3 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -33,6 +33,7 @@ struct {
int verbose; /* verbosity level */
int quiet; /* be as quiet as possible */
int dry_run; /* don't change any persistent data */
+ int batch; /* batch mode */
const char *homedir; /* configuration directory name */
const char *pinentry_program;