about summary refs log tree commit diff stats
path: root/tests/otr/mock_otr.h
blob: e3908a6464b1dc1c5a595d56889ed4d723ccc6c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MOCK_OTR_H
#define MOCK_OTR_H

#include "config/account.h"

void otr_keygen_expect(ProfAccount *account);

void otr_libotr_version_returns(char *version);

void otr_get_my_fingerprint_returns(char *fingerprint);

#endif