diff options
Diffstat (limited to 'tests/pke-test-dummy.h')
| -rw-r--r-- | tests/pke-test-dummy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pke-test-dummy.h b/tests/pke-test-dummy.h index b69609e..6abf8b7 100644 --- a/tests/pke-test-dummy.h +++ b/tests/pke-test-dummy.h @@ -3,6 +3,14 @@ #include "pke-test-types.h" +#ifdef __cplusplus +extern "C" { +#endif + struct pke_test_group *pke_test_dummy_get_group(); +#ifdef __cplusplus +} +#endif + #endif /* PKE_PKE_TEST_DUMMY_H */ |
