1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* main.h, keygen.c (ask_expiredate), keyedit.c (menu_expire): Remove

the need for ask_expiredate().
This commit is contained in:
David Shaw 2007-01-31 19:42:48 +00:00
parent e2fdff56fc
commit efef00aed3
4 changed files with 9 additions and 10 deletions

View file

@ -172,7 +172,6 @@ void show_basic_key_info (KBNODE keyblock);
/*-- keygen.c --*/
u32 parse_expire_string(const char *string);
u32 ask_expire_interval(int object,const char *def_expire);
u32 ask_expiredate(void);
void generate_keypair( const char *fname, const char *card_serialno,
const char *backup_encryption_dir );
int keygen_set_std_prefs (const char *string,int personal);