PingAccess Agent SDK for C
paa-cache-standalone.h
Go to the documentation of this file.
1 /*****************************************************
2  * Copyright (C) 2015 Ping Identity Corporation
3  * All rights reserved.
4  *
5  * The contents of this file are the property of Ping Identity Corporation.
6  * You may not copy or use this file, in either source code or executable
7  * form, except in compliance with terms set by Ping Identity Corporation.
8  * For further information please contact:
9  *
10  * Ping Identity Corporation
11  * 1001 17th St Suite 100
12  * Denver, CO 80202
13  * 303.468.2900
14  * http://www.pingidentity.com
15  *
16  ****************************************************/
17 
23 #ifndef _PAA_SDK_PAA_CACHE_STANDALONE_H_
24 #define _PAA_SDK_PAA_CACHE_STANDALONE_H_ 1
25 
26 #include "apr.h"
27 #include "apr_pools.h"
28 
29 #include "paa-config.h"
30 #include "paa-cache.h"
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
97 apr_status_t paa_cache_standalone_create(apr_pool_t *pool,
98  const paa_config *config,
99  const paa_cache **impl);
100 
101 #ifdef __cplusplus
102 } /* C */
103 #endif
104 
105 #endif /* _PAA_SDK_PAA_CACHE_STANDALONE_H_ */
106 
apr_status_t paa_cache_standalone_create(apr_pool_t *pool, const paa_config *config, const paa_cache **impl)
Definition: paa-cache.h:69
Definition: paa-config.h:53