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

@@ -67,5 +67,7 @@ void p_gpg_verify(const char * const barejid, const char *const sign);
char* p_gpg_encrypt(const char * const barejid, const char * const message);
char* p_gpg_decrypt(const char * const cipher);
void p_gpg_free_decrypted(char *decrypted);
char* p_gpg_autocomplete_key(const char * const search_str);
void p_gpg_autocomplete_key_reset(void);
#endif