Files
repmgr/repmgr-action-cluster.h
2017-07-19 17:36:21 +09:00

14 lines
224 B
C

/*
* repmgr-action-cluster.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_ACTION_CLUSTER_H_
#define _REPMGR_ACTION_CLUSTER_H_
extern void do_cluster_show(void);
extern void do_cluster_event(void);
#endif