mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
8 lines
446 B
Plaintext
8 lines
446 B
Plaintext
/***********************************************************************************************************************************
|
|
Binary to String Encode/Decode XS Header
|
|
***********************************************************************************************************************************/
|
|
#include "../src/common/encode.h"
|
|
|
|
// Encode types
|
|
#define ENCODE_TYPE_BASE64 ((int)encodeBase64)
|