Load keys and fingerprints for account on connect

This commit is contained in:
James Booth
2013-08-14 22:27:44 +01:00
parent 10f556f412
commit bc82a7d0f8
3 changed files with 45 additions and 2 deletions

View File

@@ -23,6 +23,9 @@
#ifndef OTR_H
#define OTR_H
#include "config/accounts.h"
void otr_init(void);
void otr_account_load(ProfAccount *account);
#endif