1 /* 2 * Copyright 2010-2023 the Pacemaker project contributors 3 * 4 * The version control history for this file may have further details. 5 * 6 * This source code is licensed under the GNU General Public License version 2 7 * or later (GPLv2+) WITHOUT ANY WARRANTY. 8 */ 9 10 #include <crm_internal.h> 11 12 gboolean cluster_connect_cfg(void); 13 void cluster_disconnect_cfg(void); 14 gboolean pacemakerd_read_config(void); 15 bool pcmkd_corosync_connected(void); 16 void pcmkd_shutdown_corosync(void);