1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/functionaltests/test_presence.h

11 lines
403 B
C
Raw Normal View History

void presence_away(void **state);
void presence_away_with_message(void **state);
2015-05-28 20:10:45 -04:00
void presence_online(void **state);
void presence_online_with_message(void **state);
void presence_xa(void **state);
void presence_xa_with_message(void **state);
void presence_dnd(void **state);
void presence_dnd_with_message(void **state);
void presence_chat(void **state);
void presence_chat_with_message(void **state);