1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/libc/xs/common/encode.xsh
2017-10-18 11:14:26 -04:00

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)