mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 20:46:21 +00: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
|