From 439f62bfa8fff1b6370c286f4e06775aa81661bc Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 22 Feb 2010 18:56:29 +0000 Subject: convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. --- tests/server/sockfilt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/server/sockfilt.c') diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 50e91f41d..63c0c663c 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -110,7 +110,6 @@ #include "getpart.h" #include "inet_pton.h" #include "util.h" -#include "warnless.h" /* include memdebug.h last */ #include "memdebug.h" @@ -899,7 +898,7 @@ int main(int argc, char *argv[]) argv[arg]); return 0; } - port = Curl_ultous(ulnum); + port = curlx_ultous(ulnum); arg++; } } @@ -916,7 +915,7 @@ int main(int argc, char *argv[]) argv[arg]); return 0; } - connectport = Curl_ultous(ulnum); + connectport = curlx_ultous(ulnum); arg++; } } -- cgit v1.2.3