1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00
Files
pgbackrest/libc/xs/common/encode.xsh
T

8 lines
439 B
Plaintext

/***********************************************************************************************************************************
Binary to String Encode/Decode XS Header
***********************************************************************************************************************************/
#include "common/encode.h"
// Encode types
#define ENCODE_TYPE_BASE64 ((int)encodeBase64)