mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
11 lines
234 B
C
11 lines
234 B
C
#ifndef COMMON_MOCKS_H
|
|
#define COMMON_MOCKS_H
|
|
|
|
#include "xmpp/xmpp.h"
|
|
|
|
void mock_connection_status(jabber_conn_status_t status);
|
|
void mock_connection_account_name(char *name);
|
|
void expect_room_list_request(char *conf_server);
|
|
|
|
#endif
|