summaryrefslogtreecommitdiff
path: root/tests/pke-test-load-unload.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pke-test-load-unload.h')
-rw-r--r--tests/pke-test-load-unload.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/pke-test-load-unload.h b/tests/pke-test-load-unload.h
new file mode 100644
index 0000000..be28f0f
--- /dev/null
+++ b/tests/pke-test-load-unload.h
@@ -0,0 +1,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 */