summaryrefslogtreecommitdiff
path: root/tests/pke-test-font.hpp
blob: e1d7776ec7e6fab1447391624e16311dd41a15f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef PKE_PKE_TEST_FONT_HPP
#define PKE_PKE_TEST_FONT_HPP

#include "pk.h"

#ifdef __cplusplus
extern "C" {
#endif

struct pk_test_group *pke_test_font_get_group();

#ifdef __cplusplus
}
#endif


#endif /* PKE_PKE_TEST_FONT_HPP */