1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/otr/mock_otr.h

12 lines
207 B
C
Raw Normal View History

2014-02-16 14:14:15 -05:00
#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