diff options
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index c77ec2df5..177890673 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -955,7 +955,7 @@ list_keyblock_colon( KBNODE keyblock, int secret, int fpr ) * Reorder the keyblock so that the primary user ID (and not attribute * packet) comes first. Fixme: Replace this by a generic sort * function. */ -static void +void reorder_keyblock (KBNODE keyblock) { KBNODE primary = NULL, primary0 = NULL, primary2 = NULL; |