You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
8 lines
439 B
Plaintext
8 lines
439 B
Plaintext
/***********************************************************************************************************************************
|
|
Binary to String Encode/Decode XS Header
|
|
***********************************************************************************************************************************/
|
|
#include "common/encode.h"
|
|
|
|
// Encode types
|
|
#define ENCODE_TYPE_BASE64 ((int)encodeBase64)
|