Go to the documentation of this file.
   35 #define APR_DECLARE_INHERIT_SET(type) \ 
   36     APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \ 
   37                                           apr_##type##_t *the##type) 
   47 #define APR_DECLARE_INHERIT_UNSET(type) \ 
   48     APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \ 
   49                                           apr_##type##_t *the##type)