From e0eacfa9773c83850ed5169d1e889ff845180581 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 17 Dec 2023 11:10:04 -0500 Subject: refactor --- src/json/json.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/json/json.h (limited to 'src/json/json.h') diff --git a/src/json/json.h b/src/json/json.h deleted file mode 100644 index 73b4f52..0000000 --- a/src/json/json.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#include "../tag.h" -#include "../stream.h" - -bool json_read(tag_t *tag, const stream_t *stream); -bool json_print(const tag_t *tag, const stream_t *stream); -- cgit v1.2.3-freya