PingAccess Agent SDK for C
paa-config.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_H_
24 #define _PAA_SDK_PAA_CONFIG_H_ 1
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
32 
54 {
56  void *impl;
57 
64  const char *(*get_value)(const paa_config *config, const char *key);
65 };
66 
67 #ifdef __cplusplus
68 } /* C */
69 #endif
70 
71 #endif /* _PAA_SDK_PAA_CONFIG_H_ */
void * impl
Definition: paa-config.h:56
Definition: paa-config.h:53