summaryrefslogtreecommitdiff
path: root/tests/pke-at-test-data-parser.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-10-17 18:01:11 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-10-17 18:01:11 -0400
commit6ca4d7a6b6c896cfcba0b3dfe02bf135b5c8ead7 (patch)
treee35928104292b91693489bd3fb1952b70b4916ce /tests/pke-at-test-data-parser.h
parent464e3ff178545c21de8e2d64f8c8cd7dec4d5384 (diff)
pke-at: first-pass parse planning center json
Diffstat (limited to 'tests/pke-at-test-data-parser.h')
-rw-r--r--tests/pke-at-test-data-parser.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pke-at-test-data-parser.h b/tests/pke-at-test-data-parser.h
new file mode 100644
index 0000000..b2321ff
--- /dev/null
+++ b/tests/pke-at-test-data-parser.h
@@ -0,0 +1,8 @@
+#ifndef PKE_AT_PKE_AT_TEST_DATA_PARSER_H
+#define PKE_AT_PKE_AT_TEST_DATA_PARSER_H
+
+#include <pke/pk.h>
+
+struct pk_test_group *pke_at_test_get_data_parser();
+
+#endif /* PKE_AT_PKE_AT_TEST_DATA_PARSER_H */