]> gitweb @ CieloNegro.org - bindings-apr.git/blobdiff - Bindings/APR/Allocator/Types.hsc
more bindings
[bindings-apr.git] / Bindings / APR / Allocator / Types.hsc
index 088d6f69f7c23e070cf8226cb9ffdb52ad35d72d..3f1652276db85cdc57f55e75649b0e1309829585 100644 (file)
@@ -8,10 +8,10 @@ import Bindings.APR
 #opaque_t apr_allocator_t
 
 #starttype struct apr_memnode_t
-#field next       , Ptr <apr_memnode_t>
-#field ref        , Ptr (Ptr <apr_memnode_t>)
-#field index      , <apr_uint32_t>
-#field free_index , <apr_uint32_t>
-#field first_avail, Ptr CChar
-#field endp       , Ptr CChar
+#  field next       , Ptr <apr_memnode_t>
+#  field ref        , Ptr (Ptr <apr_memnode_t>)
+#  field index      , <apr_uint32_t>
+#  field free_index , <apr_uint32_t>
+#  field first_avail, Ptr CChar
+#  field endp       , Ptr CChar
 #stoptype