|
Apache Portable Runtime
|
APR File Handle Inheritance Helpers. More...
Go to the source code of this file.
Defines | |
| #define | APR_DECLARE_INHERIT_SET(type) |
| #define | APR_DECLARE_INHERIT_UNSET(type) |
APR File Handle Inheritance Helpers.
| #define APR_DECLARE_INHERIT_SET | ( | type | ) |
APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \ apr_##type##_t *the##type)
Prototype for type-specific declarations of apr_foo_inherit_set functions.
| #define APR_DECLARE_INHERIT_UNSET | ( | type | ) |
APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \ apr_##type##_t *the##type)
Prototype for type-specific declarations of apr_foo_inherit_unset functions.
1.7.5