Added otr to /account clear properties

This commit is contained in:
James Booth
2014-05-11 15:32:38 +01:00
parent d44e954f6b
commit 3967b26aea
4 changed files with 16 additions and 0 deletions

View File

@@ -66,5 +66,6 @@ void (*accounts_set_priority_all)(const char * const account_name, const gint va
gint (*accounts_get_priority_for_presence_type)(const char * const account_name,
resource_presence_t presence_type);
void (*accounts_clear_password)(const char * const account_name);
void (*accounts_clear_otr)(const char * const account_name);
#endif