blob: 2da27a66b55d621a7995d6ad4031368362555917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef PKE_PKE_TEST_STATIC_UI_H
#define PKE_PKE_TEST_STATIC_UI_H
#include "pk.h"
#ifdef __cplusplus
extern "C" {
#endif
struct pk_test_group *pke_test_static_ui_get_group();
#ifdef __cplusplus
}
#endif
#endif /* PKE_PKE_TEST_STATIC_UI_H */
|