about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_carbons.h
blob: c724e38c9ffd20936c59be6ee10919372cb11ba5 (plain) (blame)
1
2
3
4
5
6
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);