]> gitweb @ CieloNegro.org - bindings-apr-util.git/blob - Bindings/APR/UUID.hsc
Bindings.APR.UUID
[bindings-apr-util.git] / Bindings / APR / UUID.hsc
1 #include <bindings.dsl.h>
2 #include <apr_uuid.h>
3
4 module Bindings.APR.UUID where
5 #strict_import
6 import Bindings.APR.ErrNo
7
8 #starttype apr_uuid_t
9 #  array_field data, CUChar
10 #stoptype
11
12 #num APR_UUID_FORMATTED_LENGTH
13
14 #ccall apr_uuid_get   , Ptr <apr_uuid_t> -> IO ()
15 #ccall apr_uuid_format, Ptr CChar -> Ptr <apr_uuid_t> -> IO ()
16 #ccall apr_uuid_parse , Ptr <apr_uuid_t> -> Ptr CChar -> IO <apr_status_t>