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