diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 1b619e0d1..4d3ab1b32 100644 --- a/g10/main.h +++ b/g10/main.h @@ -22,7 +22,6 @@ #include "types.h" #include "iobuf.h" -#include "cipher.h" #include "keydb.h" #include "util.h" @@ -43,6 +42,9 @@ #define S2K_DIGEST_ALGO (opt.s2k_digest_algo?opt.s2k_digest_algo:DEFAULT_S2K_DIGEST_ALGO) + +/* Various data objects. */ + typedef struct { int header_okay; @@ -52,6 +54,7 @@ typedef struct cipher_filter_context_t cfx; } encrypt_filter_context_t; + struct groupitem { char *name; @@ -59,6 +62,7 @@ struct groupitem struct groupitem *next; }; + /*-- gpg.c --*/ extern int g10_errors_seen; |