Files
repmgr/repmgr-action-bdr.h
2017-07-11 15:38:58 +09:00

14 lines
241 B
C

/*
* repmgr-action-bdr.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_ACTION_BDR_H_
#define _REPMGR_ACTION_BDR_H_
extern void do_bdr_register(void);
extern void do_bdr_unregister(void);
#endif /* _REPMGR_ACTION_BDR_H_ */