mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 10:26:20 +00:00
13 lines
235 B
C
13 lines
235 B
C
#ifndef MOCK_OTR_H
|
|
#define MOCK_OTR_H
|
|
|
|
#include "config/account.h"
|
|
|
|
void mock_otr_keygen(void);
|
|
void otr_keygen_expect(ProfAccount *account);
|
|
|
|
void mock_otr_libotr_version(void);
|
|
void otr_libotr_version_returns(char *version);
|
|
|
|
#endif
|