mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
idn: rename the files to idn.[ch] and hold all IDN functions
Closes #10094
This commit is contained in:
parent
301812bec2
commit
cc0aaf6e82
7 changed files with 220 additions and 221 deletions
|
|
@ -162,7 +162,7 @@ LIB_CFILES = \
|
|||
http_ntlm.c \
|
||||
http_proxy.c \
|
||||
http_aws_sigv4.c \
|
||||
idn_win32.c \
|
||||
idn.c \
|
||||
if2ip.c \
|
||||
imap.c \
|
||||
inet_ntop.c \
|
||||
|
|
@ -293,6 +293,7 @@ LIB_HFILES = \
|
|||
http_ntlm.h \
|
||||
http_proxy.h \
|
||||
http_aws_sigv4.h \
|
||||
idn.h \
|
||||
if2ip.h \
|
||||
imap.h \
|
||||
inet_ntop.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue