Fix compiler warnings related to 'const'

This commit is contained in:
Ronnie Sahlberg
2012-11-11 10:03:45 -08:00
parent a5b8224f4e
commit 9eb26a368d
5 changed files with 33 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ WSADATA wsaData;
struct client_state {
int finished;
char *message;
const char *message;
int has_discovered_target;
char *target_name;
char *target_address;