additional renames of Curl_ourerrno => Curl_sockerrno

This commit is contained in:
Daniel Stenberg
2006-05-05 10:24:27 +00:00
parent e85e30546c
commit 9bece2b313
5 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
#include <curl/curl.h>
#include "urldata.h"
#include "sendf.h"
#include "connect.h" /* for the Curl_ourerrno() proto */
#include "connect.h" /* for the Curl_sockerrno() proto */
#include "sslgen.h"
#define _MPRINTF_REPLACE /* use the internal *printf() functions */