Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_authorization_impl.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Authorization
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_AUTHORIZATION_IMPL_H__
10 #define __AFW_AUTHORIZATION_IMPL_H__
11 
12 #include "afw_interface.h"
13 
32 
77  afw_size_t instance_size,
78  const afw_object_t *properties,
79  const afw_pool_t *p,
80  afw_xctx_t *xctx);
81 
82 AFW_END_DECLARES
83 
86 #endif /* __AFW_AUTHORIZATION_IMPL_H__ */
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
afw_authorization_handler_t * afw_authorization_handler_impl_create_cede_p(const afw_authorization_handler_inf_t *inf, afw_size_t instance_size, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
Developers should call this in all create functions for a afw_authorization_handler.
apr_size_t afw_size_t
size_t.
Definition: afw_common.h:151
Interface afw_authorization_handler_inf_s struct.
Interface afw_authorization_handler public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
Interface afw_xctx public struct.