mirror of
https://github.com/curl/curl.git
synced 2026-08-03 18:20:28 +03:00
Internal symbols that aren't static are now prefixed with 'Curl_'
This commit is contained in:
parent
9f9cac7402
commit
4031104404
53 changed files with 670 additions and 593 deletions
|
|
@ -135,7 +135,7 @@ int curl_sclose(int sockfd, int line, char *source)
|
|||
int res=sclose(sockfd);
|
||||
fprintf(logfile?logfile:stderr, "FD %s:%d sclose(%d)\n",
|
||||
source, line, sockfd);
|
||||
return sockfd;
|
||||
return res;
|
||||
}
|
||||
|
||||
FILE *curl_fopen(char *file, char *mode, int line, char *source)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue