about summary refs log tree commit diff stats
path: root/tests/test_server_events.h
blob: b6774456ca40bd1bb47967f2b375bd5a88430acf (plain) (blame)
1
2
3
4
5
6
void console_doesnt_show_online_presence_when_set_none(void **state);
void console_shows_online_presence_when_set_online(void **state);
void console_shows_online_presence_when_set_all(void **state);
void console_doesnt_show_dnd_presence_when_set_none(void **state);
void console_doesnt_show_dnd_presence_when_set_online(void **state);
void console_shows_dnd_presence_when_set_all(void **state);