mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 19:56:22 +00:00
Added PGP key autocompleter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user