diff options
author | Werner Koch <[email protected]> | 1998-10-18 15:21:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-18 15:21:22 +0000 |
commit | 6e1629686442f357146cce4052a5fa4afd59d232 (patch) | |
tree | c6c7a5df241142ecd0797702a7bf6c3bfc8b6a33 /g10/main.h | |
parent | . (diff) | |
download | gnupg-0-4-2.tar.gz gnupg-0-4-2.zip |
Snapshot release 0.4.2V0-4-2
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index a8132fa74..7cde3c58a 100644 --- a/g10/main.h +++ b/g10/main.h @@ -78,7 +78,9 @@ int delete_key( const char *username, int secure ); void keyedit_menu( const char *username, STRLIST locusr ); /*-- keygen.c --*/ +u32 ask_expiredate(void); void generate_keypair(void); +int keygen_add_key_expire( PKT_signature *sig, void *opaque ); int keygen_add_std_prefs( PKT_signature *sig, void *opaque ); int generate_subkeypair( KBNODE pub_keyblock, KBNODE sec_keyblock ); |