Added PGP key autocompleter

This commit is contained in:
James Booth
2015-08-25 23:44:03 +01:00
parent 55c2d1cc21
commit cb19be2ffc
4 changed files with 67 additions and 0 deletions

View File

@@ -54,3 +54,10 @@ void p_gpg_free_decrypted(char *decrypted) {}
void p_gpg_free_keys(GHashTable *keys) {}
void p_gpg_autocomplete_key_reset(void) {}
char * p_gpg_autocomplete_key(const char * const search_str)
{
return NULL;
}