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
|