From ce13cd4be59c0415877571d92aaea3fd0d5a7e49 Mon Sep 17 00:00:00 2001 From: zlago Date: Wed, 2 Oct 2024 20:39:39 +0200 Subject: entities --- utl/json2map/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utl/json2map/common.h') diff --git a/utl/json2map/common.h b/utl/json2map/common.h index 73e3240..e5a7590 100644 --- a/utl/json2map/common.h +++ b/utl/json2map/common.h @@ -5,4 +5,8 @@ struct blob { size_t size; }; +struct blob blob_new(void); +void blob_append(struct blob *const blob, void const *const data, size_t const size); +void blob_free(struct blob *const blob); + struct blob load_file(char const *const name); -- cgit 1.4.1-2-gfad0