diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index c1a3c9964..3c3a1ba76 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -45,7 +45,8 @@ struct { int answer_no; /* assume no on most questions */ int dry_run; /* don't change any persistent data */ - const char *homedir; /* configuration directory name */ + const char *homedir; /* Configuration directory name */ + const char *config_filename; /* Name of the used config file. */ const char *agent_program; char *display; char *ttyname; |