Go to the source code of this file.
Defines | |
#define | APR_DECLARE_INHERIT_SET(type) |
#define | APR_DECLARE_INHERIT_UNSET(type) |
#define APR_DECLARE_INHERIT_SET | ( | type | ) |
Value:
APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \ apr_##type##_t *the##type)
the linkage is specified for APR. It would be possible to expand the macros to support other linkages.
#define APR_DECLARE_INHERIT_UNSET | ( | type | ) |
Value:
APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \ apr_##type##_t *the##type)
the linkage is specified for APR. It would be possible to expand the macros to support other linkages.