mirror of
https://github.com/curl/curl.git
synced 2026-07-31 14:58:02 +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
|
|
@ -33,7 +33,7 @@
|
|||
# the official API, but we reuse the code here to avoid duplication.
|
||||
CURLX_CFILES = \
|
||||
../lib/curlx/base64.c \
|
||||
../lib/curl_multibyte.c \
|
||||
../lib/curlx/multibyte.c \
|
||||
../lib/curlx/dynbuf.c \
|
||||
../lib/nonblock.c \
|
||||
../lib/curlx/strparse.c \
|
||||
|
|
@ -45,7 +45,7 @@ CURLX_CFILES = \
|
|||
|
||||
CURLX_HFILES = \
|
||||
../lib/curl_ctype.h \
|
||||
../lib/curl_multibyte.h \
|
||||
../lib/curlx/multibyte.h \
|
||||
../lib/curl_setup.h \
|
||||
../lib/curlx/dynbuf.h \
|
||||
../lib/nonblock.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue