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.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
* $Id$
|
||||
***************************************************************************/
|
||||
|
||||
unsigned short Curl_ultous(unsigned long ulnum);
|
||||
unsigned short curlx_ultous(unsigned long ulnum);
|
||||
|
||||
unsigned char Curl_ultouc(unsigned long ulnum);
|
||||
unsigned char curlx_ultouc(unsigned long ulnum);
|
||||
|
||||
#endif /* HEADER_CURL_WARNLESS_H */
|
||||
|
||||
Reference in New Issue
Block a user