diff options
Diffstat (limited to 'src/otr.h')
-rw-r--r-- | src/otr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/otr.h b/src/otr.h index 772c0f34..caa38ee5 100644 --- a/src/otr.h +++ b/src/otr.h @@ -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 |