summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-08-03 12:10:09 +0300
committerOxore <oxore@protonmail.com>2019-08-03 22:14:38 +0300
commit9144dbb427f8f71b1ef146c7fdb42b2570f94cb6 (patch)
tree83992871ca9fc3875559b47df9003bdd883e1e79 /include/text.h
parent6161ec503292d00e83674ee8bba179e5e8ea0b4b (diff)
Implement json parser for texts
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index d8d9a47..53e3f77 100644
--- a/include/text.h
+++ b/include/text.h
@@ -12,4 +12,5 @@ typedef struct text {
} Text;
struct idlist *load_texts(char *filename);
+struct idlist *load_texts_from_json(const char *filename);
void text_destroy(void *text);