You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-07 00:35:37 +02:00
Standardize some section names in headers.
It's better to start out with plural forms rather than flip back and forth as functions are added and subtracted. So, use "Constructors" instead of "Constructor". Use "Getters/Setters" rather than "Getters" or "Setters" to avoid similar churn.
This commit is contained in:
@ -21,7 +21,7 @@ Object type
|
||||
typedef struct PgClient PgClient;
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Constructor
|
||||
Constructors
|
||||
***********************************************************************************************************************************/
|
||||
PgClient *pgClientNew(
|
||||
const String *host, const unsigned int port, const String *database, const String *user, const TimeMSec queryTimeout);
|
||||
|
Reference in New Issue
Block a user