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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
248 B
C
Raw Normal View History

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