pacemaker  2.0.1-15814c6c0d
Scalable High-Availability cluster resource manager
cib_secrets.h
Go to the documentation of this file.
1 /*
2  * Copyright 2011-2018 SUSE, Attachmate
3  * Author: Dejan Muhamedagic <dejan@suse.de>
4  *
5  * This source code is licensed under the GNU General Public License version 2
6  * or later (GPLv2+) WITHOUT ANY WARRANTY.
7  */
8 
9 #ifndef CIB_SECRETS__H
10 #define CIB_SECRETS__H
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /*
17  * load parameters from an ini file (cib_secrets.c)
18  */
19 int replace_secret_params(const char *rsc_id, GHashTable *params);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif
int replace_secret_params(const char *rsc_id, GHashTable *params)
Definition: cib_secrets.c:90