diff options
| author | Werner Koch <[email protected]> | 2003-06-05 07:14:21 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2003-06-05 07:14:21 +0000 |
| commit | b7b07d36e89ce30b2cf4774ed0e36d2403777bab (patch) | |
| tree | cb0cd2ecfa92a13b98ba03fd41909498e59cabf2 /g10/options.h | |
| parent | This commit was manufactured by cvs2svn to create branch (diff) | |
| download | gnupg-b7b07d36e89ce30b2cf4774ed0e36d2403777bab.tar.gz gnupg-b7b07d36e89ce30b2cf4774ed0e36d2403777bab.zip | |
A small step for GnuPG but a huge leap for error codes.
(Sorry, it does not build currently - I need to check it in to avoid
duplicate work.)
Diffstat (limited to 'g10/options.h')
| -rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 1a70277dc..a68dc52c4 100644 --- a/g10/options.h +++ b/g10/options.h @@ -79,7 +79,7 @@ struct { int completes_needed; int max_cert_depth; const char *homedir; - + const char *agent_program; char *display; /* 5 options to be passed to the gpg-agent */ char *ttyname; char *ttytype; |
