diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-06 13:12:24 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-06 13:12:24 -0400 |
| commit | 32968050f0b34fdabfcc2a4fb5601d4be361bbd2 (patch) | |
| tree | acef384a2156a16d4d506c37f13f79d454a4a6e9 /tests/pke-test-serialization.h | |
| parent | ef37d054dfe5812efa9eefb4b9b18621fdabac25 (diff) | |
pke: major serialization refactor, first-pass
Diffstat (limited to 'tests/pke-test-serialization.h')
| -rw-r--r-- | tests/pke-test-serialization.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/pke-test-serialization.h b/tests/pke-test-serialization.h new file mode 100644 index 0000000..0d4aa2b --- /dev/null +++ b/tests/pke-test-serialization.h @@ -0,0 +1,16 @@ +#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 */ |
