summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h
new file mode 100644
index 00000000000..c48fd1b6421
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h
@@ -0,0 +1,12 @@
+#ifndef CARYLL_SUPPORT_JSON_IDENT_H
+#define CARYLL_SUPPORT_JSON_IDENT_H
+
+#include "dep/json.h"
+#include "dep/uthash.h"
+#include <inttypes.h>
+#include <stdbool.h>
+#include <stdint.h>
+
+bool json_ident(const json_value *a, const json_value *b);
+
+#endif