]> gitweb @ CieloNegro.org - bindings-apr-util.git/blob - Bindings/APR/Hooks.hsc
Bindings.APR.Hooks
[bindings-apr-util.git] / Bindings / APR / Hooks.hsc
1 #include <bindings.dsl.h>
2 #include <apr_hooks.h>
3
4 module Bindings.APR.Hooks where
5 #strict_import
6 import Bindings.APR.Pools
7 import Bindings.APR.Tables
8
9 #num APR_HOOK_REALLY_FIRST
10 #num APR_HOOK_FIRST
11 #num APR_HOOK_MIDDLE
12 #num APR_HOOK_LAST
13 #num APR_HOOK_REALLY_LAST
14
15 #globalvar apr_hook_global_pool  , Ptr <apr_pool_t>
16 #globalvar apr_hook_debug_enabled, CInt
17 #globalvar apr_hook_debug_current, Ptr CChar
18
19 #ccall apr_hook_sort_register , Ptr CChar -> Ptr (Ptr <apr_array_header_t>) -> IO ()
20 #ccall apr_hook_sort_all      , Ptr ()
21 #ccall apr_hook_debug_show    , Ptr CChar -> Ptr (Ptr CChar) -> Ptr (Ptr CChar) -> IO ()
22 #ccall apr_hook_deregister_all, Ptr ()