mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 19:36:20 +00:00
7 lines
206 B
C
7 lines
206 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);
|
|
|