1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
profanity/tests/xmpp/stub_xmpp.h

6 lines
189 B
C

#include "xmpp/xmpp.h"
void mock_connection_status(jabber_conn_status_t given_connection_status);
void mock_connection_account_name(char *given_account_name);
void reset_xmpp_mocks(void);