1 #ifndef BASE64_TEST_H 2 void test_base64_encode_good(void); 3 void test_base64_decode_good(void); 4 #endif 5