blob: b2321ffe6d755272d338750c239ead59ad180baf (
plain)
1
2
3
4
5
6
7
8
|
#ifndef PKE_AT_PKE_AT_TEST_DATA_PARSER_H
#define PKE_AT_PKE_AT_TEST_DATA_PARSER_H
#include <pke/pk.h>
struct pk_test_group *pke_at_test_get_data_parser();
#endif /* PKE_AT_PKE_AT_TEST_DATA_PARSER_H */
|