PGP: Format fingerprints

This commit is contained in:
James Booth
2015-08-30 02:12:05 +01:00
parent b4722632b6
commit 688be91c23
4 changed files with 34 additions and 1 deletions

View File

@@ -61,3 +61,9 @@ char * p_gpg_autocomplete_key(const char * const search_str)
return NULL;
}
char *
p_gpg_format_fp_str(char *fp)
{
return NULL;
}