mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:33:34 +03:00
lib: move multibyte.[ch] to curlx/
This file provides functions in the curlx set. Closes #17285
This commit is contained in:
parent
f7057760eb
commit
2d528898f7
24 changed files with 30 additions and 32 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "digest.h"
|
||||
#include "../urldata.h"
|
||||
#include "../curlx/warnless.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../sendf.h"
|
||||
#include "../strdup.h"
|
||||
#include "../strcase.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "vauth.h"
|
||||
#include "../urldata.h"
|
||||
#include "../curlx/warnless.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../sendf.h"
|
||||
|
||||
/* The last #include files should be: */
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "../sendf.h"
|
||||
#include "../curl_ntlm_core.h"
|
||||
#include "../curl_gethostname.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../curl_md5.h"
|
||||
#include "../curlx/warnless.h"
|
||||
#include "../rand.h"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include "../urldata.h"
|
||||
#include "../curl_ntlm_core.h"
|
||||
#include "../curlx/warnless.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../sendf.h"
|
||||
#include "../strdup.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "../curlx/base64.h"
|
||||
#include "../curl_gssapi.h"
|
||||
#include "../curlx/warnless.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../sendf.h"
|
||||
|
||||
/* The last #include files should be: */
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "../urldata.h"
|
||||
#include "../curlx/base64.h"
|
||||
#include "../curlx/warnless.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../sendf.h"
|
||||
#include "../strerror.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include "vauth.h"
|
||||
#include "../urldata.h"
|
||||
#include "../strcase.h"
|
||||
#include "../curl_multibyte.h"
|
||||
#include "../curlx/multibyte.h"
|
||||
#include "../curl_printf.h"
|
||||
|
||||
/* The last #include files should be: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue