mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
15 lines
194 B
C
15 lines
194 B
C
/*
|
|
* config.h
|
|
*
|
|
* Copyright (c) 2ndQuadrant, 2010-2017
|
|
*
|
|
*/
|
|
|
|
#ifndef _REPMGR_CONFIG_H_
|
|
#define _REPMGR_CONFIG_H_
|
|
|
|
void set_progname(const char *argv0);
|
|
const char * progname(void);
|
|
|
|
#endif
|