#ifndef PKE_PKE_TEST_SERIALIZATION_H #define PKE_PKE_TEST_SERIALIZATION_H #include "pke-test-types.h" #ifdef __cplusplus extern "C" { #endif struct pke_test_group *pke_test_serialization_get_group(); #ifdef __cplusplus } #endif #endif /* PKE_PKE_TEST_SERIALIZATION_H */