mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
6 lines
202 B
C
6 lines
202 B
C
void ping_server(void **state);
|
|
void ping_server_not_supported(void **state);
|
|
void ping_responds_to_server_request(void **state);
|
|
void ping_jid(void **state);
|
|
void ping_jid_not_supported(void **state);
|