mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* keyedit.c (keyedit_menu, menu_clean): Simplify clean options to just
"clean", and add "minimize". * import.c (parse_import_options): Make help text match the export versions of the options. * options.h, export.c (parse_export_options, do_export_stream): Reduce clean options to two: clean and minimize. * trustdb.h, trustdb.c (clean_one_uid): New function that joins uid and sig cleaning into one for a simple API outside trustdb.
This commit is contained in:
parent
9d49768999
commit
eac8dbc9b7
7 changed files with 90 additions and 138 deletions
|
@ -82,8 +82,8 @@ const char *get_ownertrust_string (PKT_public_key *pk);
|
|||
void update_ownertrust (PKT_public_key *pk, unsigned int new_trust );
|
||||
int clear_ownertrusts (PKT_public_key *pk);
|
||||
|
||||
int clean_sigs_from_uid(KBNODE keyblock,KBNODE uidnode,int noisy,int self_only);
|
||||
int clean_uids_from_key(KBNODE keyblock,int noisy);
|
||||
void clean_one_uid(KBNODE keyblock,KBNODE uidnode,int noisy,int self_only,
|
||||
int *uids_cleaned,int *sigs_cleaned);
|
||||
void clean_key(KBNODE keyblock,int noisy,int self_only,
|
||||
int *uids_cleaned,int *sigs_cleaned);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue