summaryrefslogtreecommitdiff
path: root/src/json/json.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/json/json.h7
1 files changed, 0 insertions, 7 deletions
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);