]> gitweb @ CieloNegro.org - bindings-apr.git/blob - Bindings/APR/Want.hsc
more bindings
[bindings-apr.git] / Bindings / APR / Want.hsc
1 #include <bindings.dsl.h>
2 #include <apr_want.h>
3
4 module Bindings.APR.Want where
5 #strict_import
6
7 #starttype struct iovec
8 #  field iov_base, Ptr CChar
9 #  field iov_len , CSize
10 #stoptype