Renamed a few variables to avoid shadowing global declarations.

This commit is contained in:
Dan Fandrich
2007-09-27 02:45:58 +00:00
parent 16b95fc773
commit 0bd2d54814
3 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ CURLcode Curl_nss_connect_nonblocking(struct connectdata *conn,
int sockindex,
bool *done);
/* close a SSL connection */
void Curl_nss_close(struct connectdata *conn, int index);
void Curl_nss_close(struct connectdata *conn, int sockindex);
/* tell NSS to close down all open information regarding connections (and
thus session ID caching etc) */