Files
repmgr/repmgr-action-standby.h
2017-04-27 09:22:09 +09:00

13 lines
189 B
C

/*
* repmgr-action-standby.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_ACTION_STANDBY_H_
#define _REPMGR_ACTION_STANDBY_H_
extern void do_standby_clone(void);
#endif