]> gitweb @ CieloNegro.org - bindings-apr.git/blob - Want.hsc
9947e0a86fcdd53c41655f7cb44fee8002e9d512
[bindings-apr.git] / 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