You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-05 00:28:52 +02:00
21 lines
990 B
C
21 lines
990 B
C
![]() |
/***********************************************************************************************************************************
|
||
|
Build Command and Configuration Reference
|
||
|
***********************************************************************************************************************************/
|
||
|
#ifndef DOC_COMMAND_BUILD_REFERENCE_H
|
||
|
#define DOC_COMMAND_BUILD_REFERENCE_H
|
||
|
|
||
|
#include "build/config/parse.h"
|
||
|
#include "build/help/parse.h"
|
||
|
#include "common/type/xml.h"
|
||
|
|
||
|
/***********************************************************************************************************************************
|
||
|
Functions
|
||
|
***********************************************************************************************************************************/
|
||
|
// Build command reference
|
||
|
XmlDocument *referenceCommandRender(const BldCfg *bldCfg, const BldHlp *bldHlp);
|
||
|
|
||
|
// Build configuration reference
|
||
|
XmlDocument *referenceConfigurationRender(const BldCfg *bldCfg, const BldHlp *bldHlp);
|
||
|
|
||
|
#endif
|