mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
13 lines
133 B
C
13 lines
133 B
C
/*
|
|
* strutil.h
|
|
* Copyright (c) 2ndQuadrant, 2010-2017
|
|
*/
|
|
|
|
#ifndef _STRUTIL_H_
|
|
#define _STRUTIL_H_
|
|
|
|
#define MAXLEN 1024
|
|
|
|
|
|
#endif
|