On Fri, 2007-05-11 at 12:20 +0300, Lucian Adrian Grijincu wrote:
> maybe add an APR_INLINE here:
> +APR_DECLARE(int) APR_INLINE apr_cleanup_is_for_exec()
> +{
> + return cleanup_for_exec;
> +}
Can we actually do this, given that variable cleanup_for_exec is only
visible in apr_pools.c?
I mean, if this function was static and used in apr_pools.c, we could do
it. Or, if we moved it to a header file, we could do it too, except that
we would not see cleanup_for_exec there.
Does that make sense?
--
Bojan