1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-11-12 19:32:00 +00:00
parent db748ac6a9
commit cc49ea6d28
22 changed files with 723 additions and 338 deletions

View file

@ -133,8 +133,8 @@ int enarmor_file( const char *fname );
int gen_revoke( const char *uname );
/*-- keylist.c --*/
void public_key_list( int nnames, char **names );
void secret_key_list( int nnames, char **names );
void public_key_list( STRLIST list );
void secret_key_list( STRLIST list );
/*-- verify.c --*/
int verify_signatures( int nfiles, char **files );