mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
8efcc38304
* Update C naming conventions. * Use int datatype wherever possible. * Better separation of C source from Perl interface.
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
|