mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
8 lines
249 B
C
8 lines
249 B
C
void send_enable_carbons(void **state);
|
|
void connect_with_carbons_enabled(void **state);
|
|
void send_disable_carbons(void **state);
|
|
void receive_carbon(void **state);
|
|
void receive_self_carbon(void **state);
|
|
void receive_private_carbon(void **state);
|
|
|