]> gitweb @ CieloNegro.org - bindings-apr.git/blob - cbits/helper_apr_anylock.c
Bindings.APR.Lib
[bindings-apr.git] / cbits / helper_apr_anylock.c
1 #include <bindings.cmacros.h>
2 #include <apr_anylock.h>
3
4 BC_INLINE1(APR_ANYLOCK_LOCK   , apr_anylock_t*, apr_status_t)
5 BC_INLINE1(APR_ANYLOCK_TRYLOCK, apr_anylock_t*, apr_status_t)
6 BC_INLINE1(APR_ANYLOCK_UNLOCK , apr_anylock_t*, apr_status_t)