diff options
author | Werner Koch <[email protected]> | 1999-05-25 17:56:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-05-25 17:56:15 +0000 |
commit | 9a2ce9b3910750a217fdda34a8fb5613fbcda905 (patch) | |
tree | b61a49c4c7c736fa919bc18dfc34dd5dade86d8d /g10/options.h | |
parent | See ChangeLog: Sun May 23 20:25:57 CEST 1999 Werner Koch (diff) | |
download | gnupg-9a2ce9b3910750a217fdda34a8fb5613fbcda905.tar.gz gnupg-9a2ce9b3910750a217fdda34a8fb5613fbcda905.zip |
See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 3e81044be..8d3b3c61c 100644 --- a/g10/options.h +++ b/g10/options.h @@ -20,6 +20,7 @@ #ifndef G10_OPTIONS_H #define G10_OPTIONS_H +#include <types.h> #undef ENABLE_COMMENT_PACKETS /* don't create comment packets */ @@ -73,6 +74,7 @@ struct { const char *keyserver_name; int no_encrypt_to; int interactive; + STRLIST notation_data; } opt; |