diff options
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 759720cd7..674240a7b 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -1749,7 +1749,7 @@ enum_cert_paths( void **context, ulong *lid, /**************** * Print the current path */ -int +void enum_cert_paths_print( void **context, FILE *fp, int refresh, ulong selected_lid ) { |