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