blob: be28f0fc616bbcaed13e1b8e1695fbef45cf0926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef PKE_PKE_TEST_LOAD_UNLOAD_H
#define PKE_PKE_TEST_LOAD_UNLOAD_H
#include "pke-test-types.h"
#ifdef __cplusplus
extern "C" {
#endif
struct pke_test_group *pke_test_load_unload_get_group();
#ifdef __cplusplus
}
#endif
#endif /* PKE_PKE_TEST_LOAD_UNLOAD_H */
|