Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
nginx-mbedtls
/
refs/heads/nginx-1.5-mbedtls
/
.
/
debian
/
modules
/
nginx-development-kit
/
src
/
ndk_encoding.h
blob: b295b18fdcd22478e888050366269379fbe96fc3 [
file
] [
log
] [
blame
] [
raw
]
#include
<iconv.h>
typedef
struct
{
char
*
from
;
char
*
to
;
}
ndk_encoding_t
;
char
*
ndk_conf_set_encoding_slot
(
ngx_conf_t
*
cf
,
ngx_command_t
*
cmd
,
void
*
conf
);