1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00
profanity/tests/otr/mock_otr.h
2014-02-17 21:52:42 +00:00

13 lines
228 B
C

#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