#include #include module Bindings.APR.XLate where #strict_import import Bindings.APR import Bindings.APR.ErrNo import Bindings.APR.Pools #opaque_t apr_xlate_t #ccall apr_xlate_open, Ptr (Ptr ) -> Ptr CChar -> Ptr CChar -> Ptr -> IO #pointer APR_DEFAULT_CHARSET #pointer APR_LOCALE_CHARSET #ccall apr_xlate_sb_get , Ptr -> Ptr CInt -> IO #ccall apr_xlate_conv_buffer, Ptr -> Ptr CChar -> Ptr -> Ptr CChar -> Ptr -> IO #if APR_NOT_DONE_YET # ccall apr_xlate_conv_char, Ptr -> CChar -> CChar -> IO #endif #ccall apr_xlate_conv_byte , Ptr -> CUChar -> IO #ccall apr_xlate_close , Ptr -> IO