dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone

Blame include/crm/common/cib_secrets.h

rpm-build 3ee90c
/*
rpm-build 3ee90c
 * Copyright 2011-2018 the Pacemaker project contributors
rpm-build 3ee90c
 *
rpm-build 3ee90c
 * The version control history for this file may have further details.
rpm-build 3ee90c
 *
rpm-build 3ee90c
 * This source code is licensed under the GNU General Public License version 2
rpm-build 3ee90c
 * or later (GPLv2+) WITHOUT ANY WARRANTY.
rpm-build 3ee90c
 */
rpm-build 3ee90c
rpm-build 3ee90c
#ifndef CIB_SECRETS__H
rpm-build 3ee90c
#define CIB_SECRETS__H
rpm-build 3ee90c
rpm-build 3ee90c
#ifdef __cplusplus
rpm-build 3ee90c
extern "C" {
rpm-build 3ee90c
#endif
rpm-build 3ee90c
rpm-build 3ee90c
/*
rpm-build 3ee90c
 * load parameters from an ini file (cib_secrets.c)
rpm-build 3ee90c
 */
rpm-build 3ee90c
int replace_secret_params(const char *rsc_id, GHashTable *params);
rpm-build 3ee90c
rpm-build 3ee90c
#ifdef __cplusplus
rpm-build 3ee90c
}
rpm-build 3ee90c
#endif
rpm-build 3ee90c
rpm-build 3ee90c
#endif