summary refs log tree commit diff
path: root/utl/json2map/common.h
diff options
context:
space:
mode:
authorzlago2024-09-25 14:02:49 +0200
committerzlago2024-09-25 14:19:32 +0200
commit9942429dbb83fed5532c070f8afe41d6ddcd66d2 (patch)
tree70f7d3872de143a7f256b3913e2bf52724d23c3a /utl/json2map/common.h
parentb23a3ab831f91553d34a48f51370ed9525de07ac (diff)
parallax
Diffstat (limited to 'utl/json2map/common.h')
-rw-r--r--utl/json2map/common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/utl/json2map/common.h b/utl/json2map/common.h
new file mode 100644
index 0000000..73e3240
--- /dev/null
+++ b/utl/json2map/common.h
@@ -0,0 +1,8 @@
+#include <stddef.h>
+
+struct blob {
+	void *data;
+	size_t size;
+};
+
+struct blob load_file(char const *const name);