diff options
Diffstat (limited to 'src/json/json.h')
-rw-r--r-- | src/json/json.h | 7 |
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); |