mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 20:46:22 +00:00
Mock otr module for cmd_otr tests
This commit is contained in:
12
tests/otr/mock_otr.h
Normal file
12
tests/otr/mock_otr.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user