mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
12 lines
207 B
C
12 lines
207 B
C
|
#ifndef MOCK_OTR_H
|
||
|
#define MOCK_OTR_H
|
||
|
|
||
|
#include "config/account.h"
|
||
|
|
||
|
void otr_keygen_expect(ProfAccount *account);
|
||
|
|
||
|
void mock_otr_libotr_version(void);
|
||
|
void otr_libotr_version_returns(char *version);
|
||
|
|
||
|
#endif
|