Add prof.encryption_reset to Plugins API

issue #885
This commit is contained in:
James Booth
2017-01-18 22:46:29 +00:00
parent 70e831e08b
commit fccf56be10
8 changed files with 88 additions and 0 deletions

View File

@@ -92,3 +92,5 @@ int (*prof_settings_string_list_clear)(char *group, char *key) = NULL;
void (*prof_incoming_message)(char *barejid, char *resource, char *message) = NULL;
void (*_prof_disco_add_feature)(const char *filename, char *feature) = NULL;
void (*prof_encryption_reset)(const char *barejid) = NULL;