blob: 0e255434fe9b61277e7b58f995694ad9788b1f08 [file] [log] [blame]
Ed Tanous398899a2025-07-25 11:07:32 -07001#ifndef BASE64_TEST_H
2void test_base64_encode_good(void);
3void test_base64_decode_good(void);
4#endif