Show message when server does not support ping

This commit is contained in:
James Booth
2017-06-15 23:27:30 +01:00
parent cbaa419a31
commit 6511d61b13
5 changed files with 34 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
void ping_multiple(void **state);
void ping_not_supported(void **state);
void ping_responds(void **state);