Handle software version requests for gateways that return from domainpart

This commit is contained in:
James Booth
2015-08-05 00:48:50 +01:00
parent 2a92169351
commit ac3e7dd9e8
5 changed files with 39 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
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);