diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index ea0d49465..4a982a1b8 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -61,6 +61,8 @@ struct char *startup_lc_ctype; char *startup_lc_messages; + /* True if we are listening on the standard socket. */ + int use_standard_socket; const char *pinentry_program; /* Filename of the program to start as pinentry. */ |