mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
|
# ----------------------------------------------------------------------------------------------------------------------------------
|
||
|
# Config Perl Exports
|
||
|
# ----------------------------------------------------------------------------------------------------------------------------------
|
||
|
|
||
|
MODULE = pgBackRest::LibC PACKAGE = pgBackRest::LibC
|
||
|
|
||
|
const char *
|
||
|
cfgCommandName(uiCommandId)
|
||
|
U32 uiCommandId
|
||
|
|
||
|
I32
|
||
|
cfgOptionIndexTotal(uiOptionId)
|
||
|
U32 uiOptionId
|
||
|
|
||
|
const char *
|
||
|
cfgOptionName(uiOptionId)
|
||
|
U32 uiOptionId
|