aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-05-11 09:15:56 +0000
committerWerner Koch <[email protected]>2004-05-11 09:15:56 +0000
commitd3184ce584f540d765da72988269e2d2a9f29e0f (patch)
tree3ee06d61d78c33d652a1b6b3f6ce4dc17d5cd369 /sm/gpgsm.h
parent(log_set_file): Oops, don't close if LOGSTREAM is NULL. (diff)
downloadgnupg-d3184ce584f540d765da72988269e2d2a9f29e0f.tar.gz
gnupg-d3184ce584f540d765da72988269e2d2a9f29e0f.zip
* gpgsm.h (opt): Add member CONFIG_FILENAME.
* gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h3
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;