diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 5c631e10e..aad27b8fd 100644 --- a/g10/main.h +++ b/g10/main.h @@ -36,6 +36,12 @@ typedef struct { cipher_filter_context_t cfx; } encrypt_filter_context_t; +struct groupitem +{ + char *name; + STRLIST values; + struct groupitem *next; +}; /*-- g10.c --*/ extern int g10_errors_seen; @@ -120,7 +126,6 @@ int keygen_add_std_prefs( PKT_signature *sig, void *opaque ); int keygen_upd_std_prefs( PKT_signature *sig, void *opaque ); int keygen_add_revkey(PKT_signature *sig, void *opaque); int generate_subkeypair( KBNODE pub_keyblock, KBNODE sec_keyblock ); -char *build_personal_digest_list(void); /*-- openfile.c --*/ int overwrite_filep( const char *fname ); |