1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
profanity/tests/functionaltests/test_carbons.h

8 lines
249 B
C
Raw Normal View History

2015-07-05 16:29:33 +00:00
void send_enable_carbons(void **state);
2015-07-14 23:23:46 +00:00
void connect_with_carbons_enabled(void **state);
void send_disable_carbons(void **state);
2015-07-20 20:28:25 +00:00
void receive_carbon(void **state);
void receive_self_carbon(void **state);
2016-08-28 16:27:26 +00:00
void receive_private_carbon(void **state);
2015-07-20 20:28:25 +00:00