mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
8 lines
363 B
C
8 lines
363 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);
|
|
|