X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=Bindings%2FAPR.hsc;h=24d056a412ba2768d61978eaa6ef4f593c67bb58;hp=4913ba254d4ba520a8b712019b333f50fa93aba5;hb=HEAD;hpb=a00e288af730f68c4296368ecf8b413c6e569395 diff --git a/Bindings/APR.hsc b/Bindings/APR.hsc index 4913ba2..24d056a 100644 --- a/Bindings/APR.hsc +++ b/Bindings/APR.hsc @@ -4,7 +4,7 @@ module Bindings.APR where #strict_import -{- I'm not sure if these are really useful... (PHO) +{- I'm not sure if these are really helpful... (PHO) -} #num APR_HAS_INLINE @@ -163,18 +163,18 @@ module Bindings.APR where #num APR_UINT64_MAX #num APR_SIZE_MAX -#pointer APR_SSIZE_T_FMT -#pointer APR_SIZE_T_FMT -#pointer APR_OFF_T_FMT -#pointer APR_PID_T_FMT -#pointer APR_INT64_T_FMT -#pointer APR_UINT64_T_FMT -#pointer APR_UINT64_T_HEX_FMT +#globalarray APR_SSIZE_T_FMT , CChar +#globalarray APR_SIZE_T_FMT , CChar +#globalarray APR_OFF_T_FMT , CChar +#globalarray APR_PID_T_FMT , CChar +#globalarray APR_INT64_T_FMT , CChar +#globalarray APR_UINT64_T_FMT , CChar +#globalarray APR_UINT64_T_HEX_FMT, CChar #num APR_PROC_MUTEX_IS_GLOBAL -#pointer APR_EOL_STR +#globalarray APR_EOL_STR , CChar #opaque_t apr_wait_t #num APR_PATH_MAX -#pointer APR_DSOPATH +#globalarray APR_DSOPATH, CChar