]> gitweb @ CieloNegro.org - bindings-apr.git/blob - Bindings/APR/FNMatch.hsc
more bindings
[bindings-apr.git] / Bindings / APR / FNMatch.hsc
1 #include <bindings.dsl.h>
2 #include <apr_fnmatch.h>
3
4 module Bindings.APR.FNMatch where
5 #strict_import
6 import Bindings.APR.ErrNo
7 import Bindings.APR.Pools
8 import Bindings.APR.Tables
9
10 #num APR_FNM_NOMATCH
11
12 #num APR_FNM_NOESCAPE
13 #num APR_FNM_PATHNAME
14 #num APR_FNM_PERIOD
15 #num APR_FNM_CASE_BLIND
16
17 #ccall apr_fnmatch     , Ptr CChar -> Ptr CChar -> CInt -> IO <apr_status_t>
18 #ccall apr_fnmatch_test, Ptr CChar -> IO CInt
19 #ccall apr_match_glob  , Ptr CChar -> Ptr (Ptr <apr_array_header_t>) -> Ptr <apr_pool_t> -> IO <apr_status_t>