diff options
Diffstat (limited to 'tests/pke-test-font.hpp')
| -rw-r--r-- | tests/pke-test-font.hpp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/tests/pke-test-font.hpp b/tests/pke-test-font.hpp index 19b2ddd..e1d7776 100644 --- a/tests/pke-test-font.hpp +++ b/tests/pke-test-font.hpp @@ -1,8 +1,17 @@ #ifndef PKE_PKE_TEST_FONT_HPP #define PKE_PKE_TEST_FONT_HPP -#include "pke-test-types.h" +#include "pk.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct pk_test_group *pke_test_font_get_group(); + +#ifdef __cplusplus +} +#endif -struct pke_test_group *pke_test_font_get_group(); #endif /* PKE_PKE_TEST_FONT_HPP */ |
