lib: move multibyte.[ch] to curlx/

This file provides functions in the curlx set.

Closes #17285
This commit is contained in:
Daniel Stenberg 2025-05-08 09:57:15 +02:00
parent f7057760eb
commit 2d528898f7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
24 changed files with 30 additions and 32 deletions

View file

@ -40,7 +40,7 @@ CURLX_SRCS = \
../../lib/strcase.c \
../../lib/strdup.c \
../../lib/curl_get_line.c \
../../lib/curl_multibyte.c \
../../lib/curlx/multibyte.c \
../../lib/version_win32.c
CURLX_HDRS = \
@ -55,7 +55,7 @@ CURLX_HDRS = \
../../lib/strcase.h \
../../lib/strdup.h \
../../lib/curl_get_line.h \
../../lib/curl_multibyte.h \
../../lib/curlx/multibyte.h \
../../lib/version_win32.h
UTIL = \