]> gitweb @ CieloNegro.org - bindings-apr.git/blob - Bindings/APR/Allocator/Types.hsc
more bindings
[bindings-apr.git] / Bindings / APR / Allocator / Types.hsc
1 #include <bindings.dsl.h>
2 #include <apr_allocator.h>
3
4 module Bindings.APR.Allocator.Types where
5 #strict_import
6 import Bindings.APR
7
8 #opaque_t apr_allocator_t
9
10 #starttype struct apr_memnode_t
11 #field next       , Ptr <apr_memnode_t>
12 #field ref        , Ptr (Ptr <apr_memnode_t>)
13 #field index      , <apr_uint32_t>
14 #field free_index , <apr_uint32_t>
15 #field first_avail, Ptr CChar
16 #field endp       , Ptr CChar
17 #stoptype