packages feed

bindings-apr-util-0.1: Bindings/APR/Base64.hsc

#include <bindings.dsl.h>
#include <apr_base64.h>

module Bindings.APR.Base64 where
#strict_import

#ccall apr_base64_encode_len   , CInt -> IO CInt
#ccall apr_base64_encode       , Ptr CChar -> Ptr CChar -> CInt -> IO CInt
#ccall apr_base64_encode_binary, Ptr CChar -> Ptr CUChar -> CInt -> IO CInt
#ccall apr_base64_decode_len   , Ptr CChar -> IO CInt
#ccall apr_base64_decode       , Ptr CChar -> Ptr CChar -> IO CInt
#ccall apr_base64_decode_binary, Ptr CUChar -> Ptr CChar -> IO CInt