aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-05-07 15:40:36 +0000
committerWerner Koch <[email protected]>2008-05-07 15:40:36 +0000
commit69ae16636cb0800d37f5d9eee6bb3d4749e645f7 (patch)
tree7b7fccd66e971375d1d3e4506a08266281935233 /g10/main.h
parentFixed bug#907. (diff)
downloadgnupg-69ae16636cb0800d37f5d9eee6bb3d4749e645f7.tar.gz
gnupg-69ae16636cb0800d37f5d9eee6bb3d4749e645f7.zip
Add command --locate-key.
Fix auto-key-locate processing of "nodefault".
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h
index 179c06757..f34e4b381 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -286,7 +286,7 @@ struct revocation_reason_info *
void release_revocation_reason_info( struct revocation_reason_info *reason );
/*-- keylist.c --*/
-void public_key_list( strlist_t list );
+void public_key_list( strlist_t list, int locate_mode );
void secret_key_list( strlist_t list );
void print_subpackets_colon(PKT_signature *sig);
void reorder_keyblock (KBNODE keyblock);