mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
7 lines
362 B
C
7 lines
362 B
C
void send_software_version_request(void **state);
|
|
void display_software_version_result(void **state);
|
|
void shows_message_when_software_version_error(void **state);
|
|
void display_software_version_result_when_from_domainpart(void **state);
|
|
void show_message_in_chat_window_when_no_resource(void **state);
|
|
void display_software_version_result_in_chat(void **state);
|