PingAccess Agent SDK for C
paa-config-filesystem.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_CONFIG_FILESYSTEM_H_
24 #define _PAA_SDK_PAA_CONFIG_FILESYSTEM_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 
58 apr_status_t paa_config_filesystem_create(apr_pool_t *pool,
59  const char *prop_files[],
60  size_t num_files,
61  char **err_msg,
62  const paa_config **config);
63 
64 
65 #ifdef __cplusplus
66 } /* C */
67 #endif
68 
69 #endif /* _PAA_SDK_PAA_CONFIG_FILESYSTEM_H_ */
70 
apr_status_t paa_config_filesystem_create(apr_pool_t *pool, const char *prop_files[], size_t num_files, char **err_msg, const paa_config **config)
Definition: paa-config.h:53