Add 'const' to immutable arrays.

This commit is contained in:
Dan Fandrich
2004-12-15 01:38:25 +00:00
parent 9359498b06
commit 1ba47e7af9
10 changed files with 32 additions and 31 deletions

View File

@@ -573,7 +573,7 @@ struct connectdata {
int sec_complete;
void *app_data;
struct Curl_sec_client_mech *mech;
const struct Curl_sec_client_mech *mech;
struct sockaddr_in local_addr;
#endif