1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/otr/mock_otr.h
2014-02-16 19:35:40 +00:00

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