You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
33e328abbf
The code was made obsolete by the migration to C.
18 lines
507 B
Plaintext
18 lines
507 B
Plaintext
# ----------------------------------------------------------------------------------------------------------------------------------
|
|
# Config Perl Exports
|
|
# ----------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
MODULE = pgBackRest::LibC PACKAGE = pgBackRest::LibC
|
|
|
|
const char *
|
|
cfgCommandName(commandId)
|
|
U32 commandId
|
|
|
|
I32
|
|
cfgOptionIndexTotal(optionId)
|
|
U32 optionId
|
|
|
|
const char *
|
|
cfgOptionName(optionId)
|
|
U32 optionId
|